vim + zk setup

This commit is contained in:
Jason Swank
2025-12-27 20:12:44 +00:00
parent 56530d7f39
commit 1669c95044
2 changed files with 4 additions and 3 deletions

View File

@@ -3,11 +3,11 @@ HISTSIZE=1000
SAVEHIST=1000
export LANG=en_US.UTF-8
export EDITOR=nvim
export EDITOR=vim
export VISUAL=${EDITOR}
export PAGER=less
export LESS=RX # R for ANSI color sequences, X to not clear screen on exit
export XDG_CONFIG_HOME=${HOME}/.config
export FZF_DEFAULT_OPTS="--multi --height=40% --layout=reverse"
export GOPATH=~/go