feat: add bash vi mode

This commit is contained in:
Job
2026-03-17 20:25:51 +01:00
parent 5ce5004482
commit f895c11cbd

View File

@@ -1,5 +1,9 @@
source /etc/bashrc
# === bash settings ===
set -o vi
bind -m vi-insert '"\C-l": clear-screen'
# === environment ===
export EDITOR="nvim" \
WAYLAND_DISPLAY="wayland-0" \