aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-18 21:48:24 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-18 21:48:24 +0200
commit3920bc6e91ba1c696a4db2da8bcd53c4726d00ac (patch)
tree491b4efe4f4068c826dc8b1a8da8c35170548f3f /.config/X11
parentc0a1ac06b6cd18da46ed43790ace10fb3c967d0f (diff)
downloaddotfiles-3920bc6e91ba1c696a4db2da8bcd53c4726d00ac.tar.gz
dotfiles-3920bc6e91ba1c696a4db2da8bcd53c4726d00ac.zip
Moved .inputrc to .config/
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/.inputrc33
1 files changed, 0 insertions, 33 deletions
diff --git a/.config/X11/.inputrc b/.config/X11/.inputrc
deleted file mode 100644
index 8f590da..0000000
--- a/.config/X11/.inputrc
+++ /dev/null
@@ -1,33 +0,0 @@
-$include /etc/inputrc
-#set editing-mode vi
-#set -o vi
-#set keymap 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
-# # exit insert mode using <jj>
-# "jj" # remap escape
-#$endif
-
-set bell-style none
-#$if mode=vi
-# set keymap vi-command
-# "gg": beginning-of-history
-# "G": end-of-history
-# set keymap vi-insert #notice how the "jj" movement is
-# "jj": vi-movement-mode #after 'set keymap vi-insert'?
- # "\C-w": backward-kill-word
-# "\C-p": history-search-backward
-#$endif
-