diff options
author | makefu <github@syntax-fehler.de> | 2014-03-07 15:51:36 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-07 15:51:36 +0100 |
commit | d090f6563fd45a0fcae59cf7fc5730e257facc8c (patch) | |
tree | b86a77df748fd2431c74812cca6b5b33f43baaa0 /ship/lib/vim | |
parent | f91c15a6ac8e94dae54f4cdaa93defd3f7006226 (diff) | |
parent | c48ee1d169a77902442639f6bc48d0a7b291eafb (diff) |
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'ship/lib/vim')
-rw-r--r-- | ship/lib/vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ship/lib/vim b/ship/lib/vim index 43173585..f75f3d0e 100644 --- a/ship/lib/vim +++ b/ship/lib/vim @@ -22,6 +22,7 @@ inoremap <F1> <ESC> nnoremap <F1> <ESC> vnoremap <F1> <ESC> set wildignore=*.o,*.obj,*.bak,*.exe,*.os +cmap w!! w !sudo tee > /dev/null % colorscheme darkblue set background=dark set number |