added vim-tmux-navigator
This commit is contained in:
parent
345713863b
commit
d12c9090c0
2 changed files with 2 additions and 6 deletions
1
vim/bundle/vim-tmux-navigator
Submodule
1
vim/bundle/vim-tmux-navigator
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7db70e08ea03b3e4d91f63713d76134512e28d7e
|
7
vimrc
7
vimrc
|
@ -33,12 +33,7 @@ filetype plugin indent on " required
|
|||
" Navigation "
|
||||
""""""""""""""
|
||||
|
||||
" navigation between splits
|
||||
" https://thoughtbot.com/blog/vim-splits-move-faster-and-more-naturally#easier-split-navigations
|
||||
"nnoremap <C-J> <C-W><C-J>
|
||||
"nnoremap <C-K> <C-W><C-K>
|
||||
"nnoremap <C-L> <C-W><C-L>
|
||||
"nnoremap <C-H> <C-W><C-H>
|
||||
" Jump to line: 30G to move to line 30
|
||||
|
||||
" From https://stackoverflow.com/questions/33245317/vim-and-azerty-keyboards
|
||||
" 1. Move to the end of the line
|
||||
|
|
Loading…
Reference in a new issue