From 4265ddaa537445658fe5df140da94aee25269fa3 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 31 Mar 2016 16:06:55 -0700 Subject: [PATCH] [vim] Fiddle w/mappings --- .vimrc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index 7b862d1..d957eab 100644 --- a/.vimrc +++ b/.vimrc @@ -25,10 +25,10 @@ nnoremap ` ' " nnoremap \ , nnoremap Y y$ nnoremap / :noh -nnoremap gt :exec tabpagenr('$') == 1 ? 'bn' : 'tabnext' -nnoremap gT :exec tabpagenr('$') == 1 ? 'bp' : 'tabprevious' -nnoremap :exec tabpagenr('$') == 1 ? 'bn' : 'tabnext' -nnoremap :exec tabpagenr('$') == 1 ? 'bp' : 'tabprevious' +" nnoremap gt :exec tabpagenr('$') == 1 ? 'bn' : 'tabnext' +" nnoremap gT :exec tabpagenr('$') == 1 ? 'bp' : 'tabprevious' +" nnoremap :exec tabpagenr('$') == 1 ? 'bn' : 'tabnext' +" nnoremap :exec tabpagenr('$') == 1 ? 'bp' : 'tabprevious' cnoremap w!! w !sudo tee % > /dev/null " inoremap inoremap @@ -198,6 +198,9 @@ python from powerline.vim import setup as powerline_setup python powerline_setup() python del powerline_setup +" vim-projectionist +nnoremap a :A + " gui stuff set guioptions-=T set guifont=Consolas:h9:cANSI