change mappings for cd in oil buffer
This commit is contained in:
@@ -159,8 +159,8 @@ require'lazy'.setup{ --{{{1
|
|||||||
['<C-l>'] = 'actions.refresh',
|
['<C-l>'] = 'actions.refresh',
|
||||||
['-'] = { 'actions.parent', mode = 'n' },
|
['-'] = { 'actions.parent', mode = 'n' },
|
||||||
['_'] = { 'actions.open_cwd', mode = 'n' },
|
['_'] = { 'actions.open_cwd', mode = 'n' },
|
||||||
['`'] = { 'actions.cd', mode = 'n' },
|
[',c'] = { 'actions.cd', mode = 'n' },
|
||||||
['~'] = { 'actions.cd', opts = { scope = 'tab' }, mode = 'n' },
|
[',C'] = { 'actions.cd', opts = { scope = 'tab' }, mode = 'n' },
|
||||||
['gs'] = { 'actions.change_sort', mode = 'n' },
|
['gs'] = { 'actions.change_sort', mode = 'n' },
|
||||||
['gx'] = 'actions.open_external',
|
['gx'] = 'actions.open_external',
|
||||||
['g.'] = { 'actions.toggle_hidden', mode = 'n' },
|
['g.'] = { 'actions.toggle_hidden', mode = 'n' },
|
||||||
|
|||||||
Reference in New Issue
Block a user