santi setup
This commit is contained in:
parent
1860184830
commit
732d726e7b
5 changed files with 199 additions and 104 deletions
7
lua/config/keybinds.lua
Normal file
7
lua/config/keybinds.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local keymap = vim.keymap
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
keymap.set('n', '+', '<C-a>')
|
||||
keymap.set('n', '-', '<C-x>')
|
||||
|
||||
keymap.set('n', '<C-a>', 'gg<S-v>G')
|
||||
Loading…
Add table
Add a link
Reference in a new issue