From 95ed6037af7e65507102ed2ab096d4616329bf4a Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Wed, 3 May 2017 07:50:52 -0500 Subject: [PATCH] Added some tmux goodies --- .gitmodules | 6 ++++++ .vim/bundle/vim-tmux-navigator | 1 + .vim/bundle/vimux | 1 + home/.vimrc | 10 +++++++--- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 160000 .vim/bundle/vim-tmux-navigator create mode 160000 .vim/bundle/vimux diff --git a/.gitmodules b/.gitmodules index 784d5bc..c929f8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/vim-tmux-navigator b/.vim/bundle/vim-tmux-navigator new file mode 160000 index 0000000..2fc1ed4 --- /dev/null +++ b/.vim/bundle/vim-tmux-navigator @@ -0,0 +1 @@ +Subproject commit 2fc1ed42ab580ab47c506ab0bef09f1dbb9ff04d diff --git a/.vim/bundle/vimux b/.vim/bundle/vimux new file mode 160000 index 0000000..2285cef --- /dev/null +++ b/.vim/bundle/vimux @@ -0,0 +1 @@ +Subproject commit 2285cefee9dfb2139ebc8299d11a6c8c0f21309e diff --git a/home/.vimrc b/home/.vimrc index 437d494..9f81407 100644 --- a/home/.vimrc +++ b/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 sc :SyntasticCheck " }} + " Vimux {{ + map vp :VimuxPromptCommand + map vl :VimuxRunLastCommand + map vi :VimuxInspectRunner + map vz :VimuxZoomRunner + " }} + " }} " Mappings and Macros {{