implemented better colemak rebinds
This commit is contained in:
parent
9b586c91d5
commit
81f7051197
4 changed files with 305 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue