Add default close binding to readme

This commit is contained in:
cloggier 2021-01-18 11:02:57 +01:00
parent bf59dd4a86
commit 90aa149ec5

View File

@ -63,6 +63,7 @@ let g:nvim_tree_bindings = {
\ 'prev_git_item': '[c',
\ 'next_git_item': ']c',
\ 'dir_up': '-',
\ 'close': 'q',
\ }
" Disable default mappings by plugin