Added some tmux goodies

This commit is contained in:
Brian Buller 2017-05-03 07:50:52 -05:00
parent 0ea7cb8c5d
commit 95ed6037af
4 changed files with 15 additions and 3 deletions

6
.gitmodules vendored
View File

@ -40,3 +40,9 @@
[submodule ".vim/bundle/gist-vim"]
path = .vim/bundle/gist-vim
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

@ -0,0 +1 @@
Subproject commit 2fc1ed42ab580ab47c506ab0bef09f1dbb9ff04d

1
.vim/bundle/vimux Submodule

@ -0,0 +1 @@
Subproject commit 2285cefee9dfb2139ebc8299d11a6c8c0f21309e

View File

@ -5,9 +5,6 @@ execute pathogen#infect()
set nocompatible
set shortmess+=filmnrxoOtT
" }}
" Plugins {{
" }}
" General Settings {{
scriptencoding utf-8
@ -259,6 +256,13 @@ execute pathogen#infect()
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 {{