1
0
Fork 0

kitty, xresources: fix hotkeys, add some options; bashrc: fix vim func

This commit is contained in:
Von Random 2021-05-06 15:03:25 +03:00
parent 7268343fd9
commit 0b0623fe46
3 changed files with 16 additions and 7 deletions

3
bashrc
View file

@ -58,8 +58,7 @@ atmux() { tmux attach; }
sush() { command sudo -Es; }
# vim
vi() { $(whence nvim || whence vim || return 1) "$@"; }
vim() { vi "$@"; }
vi() { command vim "$@"; }
# termcompat
s() { "$(command -v termcompat||return 0)" ssh "$@"; }