addet a important keympap <C-s> and also addet ai cmp (but idk if it works..)
This commit is contained in:
parent
31a0f94839
commit
a0a00abfc5
2 changed files with 133 additions and 72 deletions
|
@ -53,6 +53,7 @@ map("n", "<leader>k", "<C-w><C-k>", { desc = "Move focus to the upper window" })
|
|||
-- map("n", "<leader>p", vim.cmd.Ex)
|
||||
map("n", "<leader>q", vim.cmd.q)
|
||||
map("n", "<leader>s", vim.cmd.w)
|
||||
map("n", "<C-s>", vim.cmd.w)
|
||||
|
||||
-- ─< rename word under cursor >───────────────────────────────────────────────────────────
|
||||
map("n", "<leader>R", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue