vim + zk setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user