From 624dc0d6b931eb7c3da950badbbcd57beeb978bd Mon Sep 17 00:00:00 2001 From: desktop Date: Mon, 23 Oct 2023 13:38:02 +0300 Subject: [PATCH] bash : alias v to nvim. --- document/linux/config/bash/module/vi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/document/linux/config/bash/module/vi.sh b/document/linux/config/bash/module/vi.sh index 80f74d8..2bef26d 100644 --- a/document/linux/config/bash/module/vi.sh +++ b/document/linux/config/bash/module/vi.sh @@ -2,3 +2,4 @@ #export vim_args='-c "filetype plugin indent on" -c "set autoindent" -c "set tabstop=2" -c "set shiftwidth=2" -c "set expandtab" -c "set number"' #alias vi="vi $vim_args" alias vi="nvim" +alias v="nvim"