Small vim config changes

This commit is contained in:
Michael Chalupiak
2025-12-19 14:25:00 -05:00
parent 458a2dd1d6
commit f60dd72912
7 changed files with 18 additions and 48 deletions

View File

@@ -140,8 +140,8 @@ alias zf='z $(flirt)'
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -z "$EDITOR" ]; then
export EDITOR=kak
# export EDITOR='nvim'
# export EDITOR=kak
export EDITOR='nvim'
fi
if [ -f ~/.bash_aliases ]; then