1
0
Fork 0

bashrc, zshrc: vim aliases; vimplugrc: get rid of gvim, I do not use it anyway

This commit is contained in:
Von Random 2020-02-10 19:37:26 +03:00
parent 6006e52950
commit e788939620
3 changed files with 15 additions and 11 deletions

4
zshrc
View file

@ -178,6 +178,10 @@ atmux() { tmux attach }
rscreen() { command screen -Dr }
scr() { command screen sudo -Es }
# vim
vi() { $(whence nvim || whence vim || return 1) $@ }
vim() { vi $@ }
# termcompat
s() { $(whence termcompat||return 0) ssh $@ }