From 2405e9274e6264a212a1e057c72517abf875860a Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 30 Jul 2025 17:40:52 +0200 Subject: [PATCH] change mappings for cd in oil buffer --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 914e411..34c0076 100644 --- a/init.lua +++ b/init.lua @@ -159,8 +159,8 @@ require'lazy'.setup{ --{{{1 [''] = 'actions.refresh', ['-'] = { 'actions.parent', mode = 'n' }, ['_'] = { 'actions.open_cwd', mode = 'n' }, - ['`'] = { 'actions.cd', mode = 'n' }, - ['~'] = { 'actions.cd', opts = { scope = 'tab' }, mode = 'n' }, + [',c'] = { 'actions.cd', mode = 'n' }, + [',C'] = { 'actions.cd', opts = { scope = 'tab' }, mode = 'n' }, ['gs'] = { 'actions.change_sort', mode = 'n' }, ['gx'] = 'actions.open_external', ['g.'] = { 'actions.toggle_hidden', mode = 'n' },