diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/lf/lfrc | 6 | ||||
| -rw-r--r-- | config/shell/profile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc index fcdbb03..c00135d 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -19,10 +19,10 @@ map zz :{{ set preview; set ratios 1:2:3; }} # Directory change keybinds (some overwrite default ones) # <c-h> and <c-k> might fail on some terminal emulators -map <c-h> cd ~/ +map <c-e> cd ~/ map <c-p> cd ~/proj -map <c-t> cd ~/tproj -map <c-k> cd /tmp +map <c-t> cd ~/tmp +map <c-v> cd /tmp map <c-w> cd ~/work # Theme diff --git a/config/shell/profile b/config/shell/profile index d774568..f561eee 100644 --- a/config/shell/profile +++ b/config/shell/profile @@ -26,8 +26,8 @@ export PATH="${XDG_BIN_DIR}:${PATH}" [ -x "$(command -v nvim)" ] && export EDITOR="nvim" [ -x "$(command -v alacritty)" ] && export TERMINAL="alacritty" [ -x "$(command -v st)" ] && export TERMINAL="st" -[ -x "$(command -v firefox)" ] && export BROWSER="firefox" [ -x "$(command -v qutebrowser)" ] && export BROWSER="qutebrowser" +[ -x "$(command -v firefox)" ] && export BROWSER="firefox" export MAKEFLAGS="-j8" # Reduce compile times |
