Improvements (#361)

* Swap setting and lv-setting order to allow customization to preserve

* Swap Left/Right to move naturally
This commit is contained in:
Junliang Yan 2021-05-04 22:01:49 -04:00 committed by GitHub
parent b4f457301b
commit 7c71f0f498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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