Switch to NeoVim, using Vim config directory

This commit is contained in:
2024-05-05 11:35:49 +00:00
parent 1baa84f585
commit 9e9508db05
3 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ alias grep='grep --color=auto'
alias ll='ls -lhi'
alias ta='tmux attach'
alias t='tmux'
alias v='vim'
alias v='nvim'
extract() {
if [ -f $1 ]; then