summaryrefslogtreecommitdiff
path: root/.config/readline
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-17 15:39:52 -0700
committerxyz <gky44px1999@gmail.com>2021-10-17 15:39:52 -0700
commitbb83945623fa6cef6c195c98a7776f45974c006c (patch)
tree69ee346d3f9c7fda5bcbd17ac755625929e733af /.config/readline
parent965e09f7e577dfde49bd23efc5ee7449e58a674a (diff)
move work-tree to /, delete mods files, addd cfgL
Diffstat (limited to '.config/readline')
-rw-r--r--.config/readline/inputrc34
1 files changed, 0 insertions, 34 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc
deleted file mode 100644
index a666b091..00000000
--- a/.config/readline/inputrc
+++ /dev/null
@@ -1,34 +0,0 @@
-$include /etc/inputrc
-
-# from archwiki realine
-# Color files by types
-# Note that this may cause completion text blink in some terminals (e.g. xterm).
-set colored-stats On
-# Append char to indicate type
-set visible-stats On
-# Mark symlinked directories
-set mark-symlinked-directories On
-# Color the common prefix
-set colored-completion-prefix On
-# Color the common prefix in menu-complete
-set menu-complete-display-prefix On
-
-# https://github.com/LukeSmithxyz/voidrice/blob/2440ad83e9e9cf2f927efbaef618513e0df3cbda/.config/shell/inputrc
-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
- #Control-a: beginning-of-line
-
- set keymap vi-insert
- # these are for vi-insert mode
- Control-l: clear-screen
- #Control-a: beginning-of-line
-
-$endif