This commit is contained in:
2015-03-04 12:43:10 -06:00
parent 6c77529845
commit 979af9ba42
2 changed files with 8 additions and 1 deletions

7
package-manup Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd /nwq/linstore/data/manup/nwq/vimrc/source/vimrc-current/etc/vim/ \
&& git pull \
&& cd ../../../../ \
&& ./package

2
vimrc
View File

@@ -323,7 +323,7 @@ inoremap jj <Esc>
cnoremap w!! w !sudo tee % >/dev/null
" Ctrl+W to redraw
nnoremap <C-w> :redraw!<cr>
"nnoremap <C-w> :redraw!<cr>
" Jump to matching pairs easily, with Tab
nnoremap <Tab> %