aboutsummaryrefslogtreecommitdiff
path: root/editors/inputrc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-08 17:25:57 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-08 17:25:57 -0500
commit072a186cfd95dc1f8e08add249cd18df19b727b9 (patch)
treef61be3ac87d4e2e50ccac8798f099de0bd79bb62 /editors/inputrc
parent6caf40c6a2637470d3fe6a696d9a194e8592d8a4 (diff)
Add .inputrc keybindings
Diffstat (limited to 'editors/inputrc')
-rw-r--r--editors/inputrc98
1 files changed, 98 insertions, 0 deletions
diff --git a/editors/inputrc b/editors/inputrc
new file mode 100644
index 00000000..34f7fa06
--- /dev/null
+++ b/editors/inputrc
@@ -0,0 +1,98 @@
+# BQN keybindings for Readline configuration file .inputrc
+# Enables BQN combinations in bash and rlwrap (used by dzaima/BQN REPL)
+
+"\\`" "˜"
+"\\1" "˘"
+"\\2" "¨"
+"\\3" "⁼"
+"\\4" "⌜"
+"\\5" "´"
+"\\6" "˝"
+"\\7" "7"
+"\\8" "∞"
+"\\9" "¯"
+"\\0" "•"
+"\\-" "÷"
+"\\=" "×"
+"\\~" "¬"
+"\\!" "⎉"
+"\\@" "⚇"
+"\\#" "⍟"
+"\\$" "◶"
+"\\%" "⊘"
+"\\^" "⎊"
+"\\&" "⍎"
+"\\*" "⍕"
+"\\(" "⟨"
+"\\)" "⟩"
+"\\_" "√"
+"\\+" "⋆"
+"\\q" "⌽"
+"\\w" "𝕨"
+"\\e" "∊"
+"\\r" "↑"
+"\\t" "∧"
+"\\y" "y"
+"\\u" "⊔"
+"\\i" "⊏"
+"\\o" "⊐"
+"\\p" "π"
+"\\[" "←"
+"\\]" "→"
+"\\Q" "↙"
+"\\W" "𝕎"
+"\\E" "⍷"
+"\\R" "𝕣"
+"\\T" "⍋"
+"\\Y" "Y"
+"\\U" "U"
+"\\I" "⊑"
+"\\O" "⊒"
+"\\P" "⍳"
+"\\{" "⊣"
+"\\}" "⊢"
+"\\a" "⍉"
+"\\s" "𝕤"
+"\\d" "↕"
+"\\f" "𝕗"
+"\\g" "𝕘"
+"\\h" "⊸"
+"\\j" "∘"
+"\\k" "○"
+"\\l" "⟜"
+"\\;" "⋄"
+"\\'" "↩"
+"\\\\" "\\"
+"\\A" "↖"
+"\\S" "𝕊"
+"\\D" "D"
+"\\F" "𝔽"
+"\\G" "𝔾"
+"\\H" "«"
+"\\J" "J"
+"\\K" "⌾"
+"\\L" "»"
+"\\:" "·"
+"\\\"" "˙"
+"\\|" "|"
+"\\z" "⥊"
+"\\x" "𝕩"
+"\\c" "↓"
+"\\v" "∨"
+"\\b" "⌊"
+"\\n" "n"
+"\\m" "≡"
+"\\," "∾"
+"\\." "≍"
+"\\/" "≠"
+"\\Z" "Z"
+"\\X" "𝕏"
+"\\C" "C"
+"\\V" "⍒"
+"\\B" "⌈"
+"\\N" "N"
+"\\M" "≢"
+"\\<" "≤"
+"\\>" "≥"
+"\\?" "⇐"
+"\\ " "‿"