Added some tmux goodies
This commit is contained in:
10
home/.vimrc
10
home/.vimrc
@@ -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 {{
|
||||
|
Reference in New Issue
Block a user