fix
This commit is contained in:
parent
e2bd39b7a6
commit
3c6ec2e62e
1 changed files with 0 additions and 1 deletions
1
init.lua
1
init.lua
|
@ -65,7 +65,6 @@ vim.keymap.set("n", "Q", ":<C-u>quit!<CR>")
|
|||
vim.keymap.set("n", "<leader>q", ":<C-u>bd<CR>")
|
||||
vim.keymap.set("n", "<C-s>", ":<C-u>%s///cg<Left><Left><Left><Left>")
|
||||
vim.keymap.set("n", "<C-c>", ":<C-u>echo wordcount()['chars']<CR>")
|
||||
vim.keymap.set("n", "i<space>", "iW")
|
||||
vim.keymap.set("v", "i<space>", "iW")
|
||||
vim.keymap.set("n", "U", "<c-r>")
|
||||
|
||||
|
|
Loading…
Reference in a new issue