change mappings for cd in oil buffer

This commit is contained in:
2025-07-30 17:40:52 +02:00
parent bd3c11552e
commit 2405e9274e
+2 -2
View File
@@ -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' },