Merge from default mhoward-lt

Wed, 17 Sep 2014 14:02:06 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 17 Sep 2014 14:02:06 -0400
branch
mhoward-lt
changeset 143
70f2c9771fd8
parent 140
29b215bf23e0 (current diff)
parent 142
d0d2b54e855f (diff)
child 147
c85924edbea7

Merge from default

--- 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
--- a/.vimrc
+++ b/.vimrc
@@ -99,7 +99,8 @@ end
 
 
 " Key maps, mostly plugin stuff on F-keys  {{{
-nmap <silent> <F1> :Unite buffer<CR>
+nmap <silent> <F1> :Unite -auto-resize -here buffer<CR>
+nmap <silent> <S-F1> :Unite -winheight=5 -quick-match -short-source-names window tab:no-current<CR>
 nmap <silent> <F2> :VimFilerExplorer<CR>
 nmap <silent> <F3> :VimShell<CR>
 map  <silent> <F4> :noh<CR>
@@ -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' : [

mercurial