# HG changeset patch # User Meredith Howard # Date 1410976926 14400 # Node ID 70f2c9771fd8ec49a8cebeda9f69bdb3b9b335d5 # Parent 29b215bf23e0c48ba3ce541b0f186c2828b5ade2# Parent d0d2b54e855f185fc624f6fdb05e353974e34108 Merge from default diff --git a/.perltidyrc b/.perltidyrc --- a/.perltidyrc +++ b/.perltidyrc @@ -1,7 +1,7 @@ --i=2 --l=72 --ci=2 --nsbl --vt=2 --sot -sct --nolq +-i=2 # Indent 2 +-l=78 # Lines to 78 +-ci=2 # indent continuing lines +-nolq # don't outdent long quotes +-csc -csci=30 # closing-side comments +-sbl # open brackets after named subs +#-sot -sct # stack opening/closing tokens diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -99,7 +99,8 @@ end " Key maps, mostly plugin stuff on F-keys {{{ -nmap :Unite buffer +nmap :Unite -auto-resize -here buffer +nmap :Unite -winheight=5 -quick-match -short-source-names window tab:no-current nmap :VimFilerExplorer nmap :VimShell map :noh @@ -307,6 +308,7 @@ endif let g:tagbar_autoclose = 1 let g:tagbar_autofocus = 1 let g:tagbar_compact = 1 +let g:tagbar_width = 30 let g:tagbar_type_perl = { \ 'kinds' : [