aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/.inputrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/X11/.inputrc b/.config/X11/.inputrc
new file mode 100644
index 0000000..8f590da
--- /dev/null
+++ b/.config/X11/.inputrc
@@ -0,0 +1,33 @@
+$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
+