Updates
This commit is contained in:
7
package-manup
Executable file
7
package-manup
Executable 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
2
vimrc
@@ -323,7 +323,7 @@ inoremap jj <Esc>
|
|||||||
cnoremap w!! w !sudo tee % >/dev/null
|
cnoremap w!! w !sudo tee % >/dev/null
|
||||||
|
|
||||||
" Ctrl+W to redraw
|
" Ctrl+W to redraw
|
||||||
nnoremap <C-w> :redraw!<cr>
|
"nnoremap <C-w> :redraw!<cr>
|
||||||
|
|
||||||
" Jump to matching pairs easily, with Tab
|
" Jump to matching pairs easily, with Tab
|
||||||
nnoremap <Tab> %
|
nnoremap <Tab> %
|
||||||
|
|||||||
Reference in New Issue
Block a user