Add option for disabling bindings

This commit is contained in:
rickysaurav
2020-06-20 03:08:37 +05:30
parent fbe5d6d1f7
commit 080c86618f
3 changed files with 17 additions and 0 deletions

View File

@@ -49,6 +49,12 @@ let g:lua_tree_bindings = {
\ 'edit_tab': '<C-t>',
\ 'preview': '<Tab>',
\ 'cd': '<C-]>',
}
" Disable default mappings by plugin
" Bindings are enable by default, disabled on any non-zero value
" let lua_tree_disable_keybindings=1
" default will show icon by default if no icon is provided
" default shows no icon by default
let g:lua_tree_icons = {