about summary refs log tree commit diff stats
path: root/readline/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'readline/inputrc')
-rw-r--r--readline/inputrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc index bc113e6..824d03f 100644 --- a/readline/inputrc +++ b/readline/inputrc
@@ -48,4 +48,14 @@ $if Bash
48"\C-xq": "\C-a$(\C-e)" 48"\C-xq": "\C-a$(\C-e)"
49# C-M-o : dabbrev-expand 49# C-M-o : dabbrev-expand
50"\e\C-o": dabbrev-expand 50"\e\C-o": dabbrev-expand
51$endif
52
53### foot
54
55$if term=foot
56set show-mode-in-prompt on
57set emacs-mode-string "\1\e]133;A\e\\\2"
58# Uncomment and/or adjust if you're using the vi editing-mode.
59# set vi-cmd-mode-string "\1\e]133;A\e\\\2"
60# set vi-ins-mode-string "\1\e]133;A\e\\\2"
51$endif \ No newline at end of file 61$endif \ No newline at end of file