feat: nvim aliases
This commit is contained in:
parent
0d1480921e
commit
0156762675
1 changed files with 7 additions and 0 deletions
|
@ -11,3 +11,10 @@ alias ta="tmux attach -t $1"
|
||||||
# Create new session with provided name.
|
# Create new session with provided name.
|
||||||
alias tm="tmux new -s $1"
|
alias tm="tmux new -s $1"
|
||||||
|
|
||||||
|
###############
|
||||||
|
# VIM-related #
|
||||||
|
###############
|
||||||
|
|
||||||
|
# All roads lead to nvim.
|
||||||
|
alias vim=nvim
|
||||||
|
alias v=nvim
|
||||||
|
|
Loading…
Reference in a new issue