From 979af9ba428af4fbdc3de2045a0c5c98a0ff180e Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Wed, 4 Mar 2015 12:43:10 -0600 Subject: [PATCH] Updates --- package-manup | 7 +++++++ vimrc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 package-manup 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 %