diff --git a/package-manup b/package-manup new file mode 100755 index 0000000..9918cfc --- /dev/null +++ b/package-manup @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /nwq/linstore/data/manup/nwq/vimrc/source/vimrc-current/etc/vim/ \ + && git pull \ + && cd ../../../../ \ + && ./package + diff --git a/vimrc b/vimrc index 006d3f7..67181e8 100644 --- a/vimrc +++ b/vimrc @@ -323,7 +323,7 @@ inoremap jj cnoremap w!! w !sudo tee % >/dev/null " Ctrl+W to redraw -nnoremap :redraw! +"nnoremap :redraw! " Jump to matching pairs easily, with Tab nnoremap %