mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Improvements (#361)
* Swap setting and lv-setting order to allow customization to preserve * Swap Left/Right to move naturally
This commit is contained in:
parent
b4f457301b
commit
7c71f0f498
2 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@ vim.cmd([[
|
|||
vim.cmd([[
|
||||
nnoremap <silent> <C-Up> :resize -2<CR>
|
||||
nnoremap <silent> <C-Down> :resize +2<CR>
|
||||
nnoremap <silent> <C-Left> :vertical resize -2<CR>
|
||||
nnoremap <silent> <C-Right> :vertical resize +2<CR>
|
||||
nnoremap <silent> <C-Left> :vertical resize +2<CR>
|
||||
nnoremap <silent> <C-Right> :vertical resize -2<CR>
|
||||
]])
|
||||
|
||||
-- better indenting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue