all repos

init.lua @ f16f0e38104003d07532859497dd7506c15f8116

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(feat): make keymaps more consistent
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-07-30 13:01:37 +0300
Parent: 72ac440
M lua/plugins/navigation.lua

@@ -36,7 +36,7 @@ ["<CR>"] = "actions.select",

["<tab>"] = "actions.select", ["<C-v>"] = "actions.select_vsplit", - ["<C-s>"] = "actions.select_split", + ["<C-x>"] = "actions.select_split", ["<A-p>"] = "actions.preview", ["<C-r>"] = "actions.refresh", ["<C-c>"] = "actions.close",