mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
updates
This commit is contained in:
parent
73276a79c0
commit
592e348689
5 changed files with 145 additions and 234 deletions
|
@ -1,5 +1,3 @@
|
|||
vim.api.nvim_set_keymap('n', '-', ':RnvimrToggle<CR>', {noremap = true, silent = true})
|
||||
|
||||
-- better window movement
|
||||
vim.api.nvim_set_keymap('n', '<C-h>', '<C-w>h', {silent = true})
|
||||
vim.api.nvim_set_keymap('n', '<C-j>', '<C-w>j', {silent = true})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue