Reverse S-J and S-K to align with qutebrowser.
This commit is contained in:
4
init.vim
4
init.vim
@@ -57,8 +57,8 @@ colorscheme solarized
|
|||||||
"vmap k gk
|
"vmap k gk
|
||||||
|
|
||||||
" tab navigation
|
" tab navigation
|
||||||
nmap <S-J> :tabp<CR>
|
nmap <S-J> :tabn<CR>
|
||||||
nmap <S-K> :tabn<CR>
|
nmap <S-K> :tabp<CR>
|
||||||
|
|
||||||
" Rust
|
" Rust
|
||||||
let g:rust_recommended_style = 0 " disable retarded option
|
let g:rust_recommended_style = 0 " disable retarded option
|
||||||
|
|||||||
Reference in New Issue
Block a user