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:
curtain
2021-08-14 15:56:54 +08:00
committed by GitHub
parent f805cb1cbd
commit 2b331e7fa1
2 changed files with 46 additions and 0 deletions

View File

@@ -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>",