Added some tmux goodies

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

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 {{