# BQN keybindings for Readline configuration file .inputrc # Enables BQN combinations in bash and rlwrap (used by dzaima/BQN REPL) # Readline bindings are recursive, so use this trick to turn double # backslash into an actual backslash character. # Assuming ctrl-x esc isn't bound, the part after \\ does nothing, # except keep Readline from waiting for a backslash combination. "\\\\" "\\" "\\`" "˜" "\\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" "⋈" "\\X" "𝕏" "\\C" "C" "\\V" "⍒" "\\B" "⌈" "\\N" "N" "\\M" "≢" "\\<" "≤" "\\>" "≥" "\\?" "⇐" "\\ " "‿"