diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-08 14:24:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-08 14:24:19 +0900 |
| commit | 40938145d53e27a0ddca0a0a7270f8311869b995 (patch) | |
| tree | a70eb5732fbf99d597e60758599eb9332382f665 /fedora/.config/shell/inputrc | |
| parent | ab41273077623b077ff5d2d5a2dec046df0701c4 (diff) | |
updates
Diffstat (limited to 'fedora/.config/shell/inputrc')
| -rw-r--r-- | fedora/.config/shell/inputrc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/fedora/.config/shell/inputrc b/fedora/.config/shell/inputrc deleted file mode 100644 index 81cdf85..0000000 --- a/fedora/.config/shell/inputrc +++ /dev/null @@ -1,31 +0,0 @@ -$include /etc/inputrc - -set completion-display-width 0 -set completion-query-items 1000 - -# Prettyfi -set colored-stats on -set colored-completion-prefix on - -# ^C no longer shows on C-c keypress -set echo-control-characters off - -# Map tab to cycle through all the possible completions. -TAB: menu-complete - -# vi mode -set editing-mode vi - -$if mode=vi -set show-mode-in-prompt on -set vi-ins-mode-string \1\e[6 q\2 -set vi-cmd-mode-string \1\e[2 q\2 -set keymap vi-command - -# these are for vi-command mode -Control-l: clear-screen - -set keymap vi-insert -# these are for vi-insert mode -Control-l: clear-screen -$endif |
