Add default close binding to readme

This commit is contained in:
cloggier
2021-01-18 11:02:57 +01:00
committed by Kiyan
parent bfc9606aa0
commit 91bd2b53ba

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