mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): Question todo highlight
This commit is contained in:
parent
9c40a38400
commit
3144c50fca
2 changed files with 6 additions and 0 deletions
|
|
@ -20,3 +20,8 @@ vim.keymap.set({ 'n', 'x', 'v' }, "<leader>y", "\"+y", { desc = "Copy to system
|
|||
vim.keymap.set('n', "Q", "<nop>", { desc = "It's the worse place in the universe", noremap = true })
|
||||
vim.keymap.set("n", "<leader>s", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]],
|
||||
{ desc = "Replace current word", noremap = true })
|
||||
|
||||
-- vim.keymap.set("n", "k", "kzz", { desc = "Move up with cursor centered", noremap = true })
|
||||
-- vim.keymap.set("n", "j", "jzz", { desc = "Move down with cursor centered", noremap = true })
|
||||
-- vim.keymap.set("n", "<Up>", "<Up>zz", { desc = "Move up with cursor centered", noremap = true })
|
||||
-- vim.keymap.set("n", "<Down>", "<Down>zz", { desc = "Move down with cursor centered", noremap = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue