diff options
author | shmibs <shmibs@gmail.com> | 2014-12-24 13:35:25 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-12-24 13:35:25 -0700 |
commit | f2b54a425a012810fc3e75dde90d23434373e86b (patch) | |
tree | 2b5e0cd23f9d781092f700819a5b044bc22466fd | |
parent | d492a6e6c3327407458a57c74e9f2ca9bda53ef8 (diff) | |
download | dotfiles-f2b54a425a012810fc3e75dde90d23434373e86b.tar.gz |
svim to edit as root without losing customisations
-rw-r--r-- | .vimrc | 3 | ||||
-rw-r--r-- | .zshrc | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,9 @@ nmap ga <Plug>(EasyAlign) " MAPPINGS " """""""""""""" +"gr is pretty useless, and gq is too cumbersome for reflow commands +noremap gr gq + "insert lines below nnoremap ++ == nnoremap = Oa<C-u><Esc>j @@ -88,6 +88,7 @@ alias diff='colordiff' alias less='less -R' alias latex='latex -output-format=pdf' alias ag='ag --color-match "1;34"' +alias svim='sudo -E vim' alias def='sdcv' alias ssh-socks='ssh -C2qTnN -D 9853 shmibbles.me' |