update
This commit is contained in:
parent
cfb63db1ad
commit
6d25dbec6e
17 changed files with 86 additions and 13 deletions
|
|
@ -3,6 +3,9 @@ local map = vim.keymap.set
|
|||
-- map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
-- map("i", "jk", "<ESC>")
|
||||
|
||||
-- mist
|
||||
map("", "W", ":w<CR>", { desc = "Save File" })
|
||||
|
||||
-- Tmux
|
||||
map(
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue