Add tmux-navigator plugin

This commit is contained in:
Edward Litherland-Smith 2021-02-02 11:35:57 +00:00
parent 06aa965488
commit eb638bf4d8
3 changed files with 4 additions and 5 deletions

3
.gitmodules vendored
View file

@ -28,3 +28,6 @@
[submodule "pack/plugins/start/python-syntax"]
path = pack/plugins/start/python-syntax
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

@ -0,0 +1 @@
Subproject commit 6a1e58c3ca3bc7acca36c90521b3dfae83b2a602

5
vimrc
View file

@ -23,11 +23,6 @@ set autoindent
set smartindent
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>
command Bd b# | bd #
command! BufOnly silent! execute "%bd|e#|bd#"