implemented better colemak rebinds

This commit is contained in:
Daniel Fichtinger 2024-11-18 22:57:49 -05:00
parent 9b586c91d5
commit 81f7051197
4 changed files with 305 additions and 30 deletions

View file

@ -32,10 +32,19 @@ return {
end,
},
mappings = {
go_in_plus = "<CR>",
go_in_plus = "I",
synchronize = ":w",
-- go_out = "<BS>",
-- reset = "-",
close = "q",
go_in = "i",
go_out = "m",
go_out_plus = "M",
mark_goto = "'",
mark_set = "k",
reset = "<BS>",
reveal_cwd = "@",
show_help = "g?",
trim_left = "<",
trim_right = ">",
},
options = {
permanent_delete = false,