nvim alias
This commit is contained in:
parent
1955e3b26f
commit
d0fb584f10
1 changed files with 2 additions and 1 deletions
|
@ -36,11 +36,12 @@ diff() { command diff --color $@ }
|
||||||
tailf() { command less +F $@ }
|
tailf() { command less +F $@ }
|
||||||
rgrep() { command grep --exclude-dir=\.git -R $@ }
|
rgrep() { command grep --exclude-dir=\.git -R $@ }
|
||||||
fwcmd() { command firewall-cmd $@ }
|
fwcmd() { command firewall-cmd $@ }
|
||||||
|
sush() { command sudo -Es }
|
||||||
s() { termcompat ssh $@ }
|
s() { termcompat ssh $@ }
|
||||||
|
|
||||||
|
nv() { command nvim $@ }
|
||||||
tmux() { command tmux -2 $@ }
|
tmux() { command tmux -2 $@ }
|
||||||
atmux() { tmux attach || tmux }
|
atmux() { tmux attach || tmux }
|
||||||
sush() { command sudo -Es }
|
|
||||||
|
|
||||||
tig() { termcompat tig $@ }
|
tig() { termcompat tig $@ }
|
||||||
gsi() { tig status }
|
gsi() { tig status }
|
||||||
|
|
Loading…
Reference in a new issue