Enable Vim mode for foot terminal default tip
authorMikael Berthe <mikael@lilotux.net>
Wed, 06 Mar 2024 21:08:50 +0100
changeset 59 ab7da88f8fd8
parent 58 86928b7b5adb
Enable Vim mode for foot terminal
zshrc.d/20-prompt.zrc
--- a/zshrc.d/20-prompt.zrc	Sat Jan 06 20:51:19 2024 +0100
+++ b/zshrc.d/20-prompt.zrc	Wed Mar 06 21:08:50 2024 +0100
@@ -1,10 +1,10 @@
-
 
 
 # Enable my Vim-like mode for supported terms
 if [[ "$TERM" == rxvt* ||
       "$TERM" == xterm* ||
       "$TERM" == st-* ||
+      "$TERM" == foot ||
       "$TERM" == screen* ||
       "$TERM" == tmux* ]]
 then