add some useful keymap in insert/command mode with switch to toggle (#240)
Co-authored-by: curtain <kaleidoscope@163.com>
This commit is contained in:
@@ -103,6 +103,13 @@ local M = {
|
||||
toggle_right = "<leader>v",
|
||||
toggle_bot = "<leader>h"
|
||||
},
|
||||
unix_keymap = {
|
||||
toggle_unix_keymap = "<leader>k",
|
||||
forward = "<C-f>",
|
||||
backward = "<C-b>",
|
||||
top_of_line = "<C-a>",
|
||||
end_of_line = "<C-e>"
|
||||
},
|
||||
misc = {
|
||||
esc_Termmode = "jk",
|
||||
copywhole_file = "<C-a>",
|
||||
|
||||
Reference in New Issue
Block a user