Added some tmux goodies
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -40,3 +40,9 @@
|
|||||||
[submodule ".vim/bundle/gist-vim"]
|
[submodule ".vim/bundle/gist-vim"]
|
||||||
path = .vim/bundle/gist-vim
|
path = .vim/bundle/gist-vim
|
||||||
url = git@github.com:mattn/gist-vim.git
|
url = git@github.com:mattn/gist-vim.git
|
||||||
|
[submodule ".vim/bundle/vim-tmux-navigator"]
|
||||||
|
path = .vim/bundle/vim-tmux-navigator
|
||||||
|
url = https://github.com/christoomey/vim-tmux-navigator.git
|
||||||
|
[submodule ".vim/bundle/vimux"]
|
||||||
|
path = .vim/bundle/vimux
|
||||||
|
url = https://github.com/benmills/vimux.git
|
||||||
|
1
.vim/bundle/vim-tmux-navigator
Submodule
1
.vim/bundle/vim-tmux-navigator
Submodule
Submodule .vim/bundle/vim-tmux-navigator added at 2fc1ed42ab
1
.vim/bundle/vimux
Submodule
1
.vim/bundle/vimux
Submodule
Submodule .vim/bundle/vimux added at 2285cefee9
10
home/.vimrc
10
home/.vimrc
@@ -6,9 +6,6 @@ execute pathogen#infect()
|
|||||||
set shortmess+=filmnrxoOtT
|
set shortmess+=filmnrxoOtT
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
" Plugins {{
|
|
||||||
" }}
|
|
||||||
|
|
||||||
" General Settings {{
|
" General Settings {{
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
set foldmethod=manual
|
set foldmethod=manual
|
||||||
@@ -259,6 +256,13 @@ execute pathogen#infect()
|
|||||||
nmap <leader>sc :SyntasticCheck<CR>
|
nmap <leader>sc :SyntasticCheck<CR>
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
|
" Vimux {{
|
||||||
|
map <Leader>vp :VimuxPromptCommand<CR>
|
||||||
|
map <Leader>vl :VimuxRunLastCommand<CR>
|
||||||
|
map <Leader>vi :VimuxInspectRunner<CR>
|
||||||
|
map <Leader>vz :VimuxZoomRunner<CR>
|
||||||
|
" }}
|
||||||
|
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
" Mappings and Macros {{
|
" Mappings and Macros {{
|
||||||
|
Reference in New Issue
Block a user