diff options
author | Case Duckworth | 2023-05-13 23:50:35 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-13 23:50:35 -0500 |
commit | 832af38380ba5b6a020b034059b4bc5ff7443ded (patch) | |
tree | fce4708280ff964d80a9808ed6826a1f3799e804 /readline | |
parent | uhhhh (diff) | |
download | etc-832af38380ba5b6a020b034059b4bc5ff7443ded.tar.gz etc-832af38380ba5b6a020b034059b4bc5ff7443ded.zip |
uhhh
Diffstat (limited to 'readline')
-rw-r--r-- | readline/inputrc | 10 |
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 | ||
56 | set show-mode-in-prompt on | ||
57 | set 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 |