add some keybinds
This commit is contained in:
parent
72db99ff26
commit
134e6ea0b0
@ -43,10 +43,12 @@ function M.config()
|
||||
['<C-s>'] = 'actions.select_vsplit',
|
||||
['<C-h>'] = 'actions.select_split',
|
||||
['<C-p>'] = 'actions.preview',
|
||||
['<TAB>'] = 'actions.preview',
|
||||
['<C-c>'] = 'actions.close',
|
||||
['q'] = 'actions.close',
|
||||
['<C-l>'] = 'actions.refresh',
|
||||
['-'] = 'actions.parent',
|
||||
['l'] = 'actions.parent',
|
||||
['_'] = 'actions.open_cwd',
|
||||
['`'] = 'actions.cd',
|
||||
['~'] = 'actions.tcd',
|
||||
|
Loading…
Reference in New Issue
Block a user