kitty, xresources: fix hotkeys, add some options; bashrc: fix vim func
This commit is contained in:
parent
7268343fd9
commit
0b0623fe46
3 changed files with 16 additions and 7 deletions
3
bashrc
3
bashrc
|
@ -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 "$@"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue