Add tmux-navigator plugin
This commit is contained in:
parent
06aa965488
commit
eb638bf4d8
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,3 +28,6 @@
|
||||||
[submodule "pack/plugins/start/python-syntax"]
|
[submodule "pack/plugins/start/python-syntax"]
|
||||||
path = pack/plugins/start/python-syntax
|
path = pack/plugins/start/python-syntax
|
||||||
url = https://github.com/vim-python/python-syntax.git
|
url = https://github.com/vim-python/python-syntax.git
|
||||||
|
[submodule "pack/plugins/start/vim-tmux-navigator"]
|
||||||
|
path = pack/plugins/start/vim-tmux-navigator
|
||||||
|
url = https://github.com/christoomey/vim-tmux-navigator.git
|
||||||
|
|
1
pack/plugins/start/vim-tmux-navigator
Submodule
1
pack/plugins/start/vim-tmux-navigator
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6a1e58c3ca3bc7acca36c90521b3dfae83b2a602
|
5
vimrc
5
vimrc
|
@ -23,11 +23,6 @@ set autoindent
|
||||||
set smartindent
|
set smartindent
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
noremap <C-J> <C-W><C-J>
|
|
||||||
noremap <C-K> <C-W><C-K>
|
|
||||||
noremap <C-L> <C-W><C-L>
|
|
||||||
noremap <C-H> <C-W><C-H>
|
|
||||||
|
|
||||||
imap jk <Esc>
|
imap jk <Esc>
|
||||||
command Bd b# | bd #
|
command Bd b# | bd #
|
||||||
command! BufOnly silent! execute "%bd|e#|bd#"
|
command! BufOnly silent! execute "%bd|e#|bd#"
|
||||||
|
|
Loading…
Reference in a new issue