From de16549e878ba48cf14085e8a6919b019641aa70 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 26 Oct 2020 05:50:20 +0100 Subject: Added cursorline to vim --- .config/fish/config.fish | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config/fish/config.fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 798aa03..4bc0a45 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,6 +19,14 @@ export CCACHE_DIR="/var/cache/ccache-jozan" export CCACHE_LOGFILE="/var/log/ccache.log" export RUSTFLAGS="-L /usr/local/lib" export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border' +export LESS="--RAW-CONTROL-CHARS" +export LESS_TERMCAP_mb="\e[1;32m" +export LESS_TERMCAP_md="\e[1;32m" +export LESS_TERMCAP_me="\e[0m" +export LESS_TERMCAP_se="\e[0m" +export LESS_TERMCAP_so="\e[01;33m" +export LESS_TERMCAP_ue="\e[0m" +export LESS_TERMCAP_us="\e[1;4;31m" source $HOME/.config/fish/alias.fish -- cgit v1.2.3