mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
tonight's rice
This commit is contained in:
parent
bff0f4c78b
commit
26575fa66e
9 changed files with 102 additions and 22 deletions
|
|
@ -10,3 +10,4 @@ vim.keymap.set('n', '<C-u>', '<C-u>zz')
|
|||
vim.keymap.set('n', '<C-f>', '<C-f>zz')
|
||||
vim.keymap.set('n', '<C-b>', '<C-b>zz')
|
||||
vim.keymap.set({ 'v', 'i' }, 'wq', '<esc>l', { noremap = true, silent = true })
|
||||
vim.keymap.set('n', '<leader>x', '"rd', { remap = true, silent = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue