diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 15:41:18 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 15:41:18 +0300 |
commit | 9f6244fc8ea19cede03daa1760b0f2ec13ae36f5 (patch) | |
tree | 11f5ab8721f0c8584e457f3b2ab58fa6ae5ec89a /.config/readline | |
parent | c20a6b6b663198cf19fc5c087a32972333f5162d (diff) |
readline: Don’t blink cursor in insert mode
Diffstat (limited to '.config/readline')
-rw-r--r-- | .config/readline/inputrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc index 500d0b4..3f0376a 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -2,7 +2,7 @@ set editing-mode vi $if editing-mode == vi set show-mode-in-prompt on - set vi-ins-mode-string "\1\e[5 q\2" + set vi-ins-mode-string "\1\e[6 q\2" set vi-cmd-mode-string "\1\e[2 q\2" $endif |