aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.kshrc7
-rw-r--r--.profile2
2 files changed, 6 insertions, 3 deletions
diff --git a/.kshrc b/.kshrc
index b8102f8..46fa81a 100644
--- a/.kshrc
+++ b/.kshrc
@@ -49,8 +49,8 @@ __get_current_git_branch_name() {
PS1="\[\e[1;32m\]\u@\h \[\e[1;34m\]\w\[\e[0m\] \[\e[1;31m\]\$(__get_current_git_branch_name)\[\e[0m\] $ "
COLORTERM="truecolor"
-EDITOR="hx"
-VISUAL="hx"
+EDITOR="nvim"
+VISUAL="nvim"
STARSHIP_CONFIG=~/.config/starship/config.toml
BROWSER="qutebrowser"
XDG_CONFIG_HOME="$HOME/.config"
@@ -104,6 +104,9 @@ online scrub set split status upgrade
# Turn off export all
set +o allexport
+# Set emacs mode so ctrl r works
+set -o emacs
+
if [ "$(tty)" = "/dev/ttyv0" ]; then
exec dbus-run-session river > /dev/null 2>&1
fi
diff --git a/.profile b/.profile
index b637cd2..8929e14 100644
--- a/.profile
+++ b/.profile
@@ -14,7 +14,7 @@ export PATH=$PATH:~/.cargo/bin
MANPATH=$HOME/.local/share/man/:$MANPATH; export MANPATH
-EDITOR='hx'; export EDITOR
+EDITOR='nvim'; export EDITOR
PAGER='less'; export PAGER
SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass.sh'; export SSH_ASKPASS