aboutsummaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-02-04 21:40:26 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-02-04 21:40:26 +0000
commit79e34f91f8f0083cada1722b1f6e0d3168cc0f1e (patch)
tree3360ad7634339561017cff275a16790f143f8f17 /.inputrc
parent3f14402e27e52c46f2ae546e8386a23aa53890ee (diff)
downloaddotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar
dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.gz
dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.bz2
dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.lz
dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.xz
dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.tar.zst
dotfiles-79e34f91f8f0083cada1722b1f6e0d3168cc0f1e.zip
Fix tmux config and update alacritty
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc
index f9ff5b2..18f9507 100644
--- a/.inputrc
+++ b/.inputrc
@@ -10,6 +10,14 @@ set show-mode-in-prompt on
# set vi-cmd-mode-string \1\e[2 q\2
#$endif
+$if term=foot
+ set show-mode-in-prompt on
+ set emacs-mode-string "\1\e]133;A\e\\\2"
+ # Uncomment and/or adjust if you're using the vi editing-mode.
+ # set vi-cmd-mode-string "\1\e]133;A\e\\\2"
+ # set vi-ins-mode-string "\1\e]133;A\e\\\2"
+$endif
+
"\e[1;5D": backward-word
"\e[1;5C": forward-word