# $DOTFILES/common/gitconfig.example # Date: 2024-12-22 # Author: js0ny # GNU Readline config file, works for programs that use that library # e.g. Python REPL, Lua REPL, Bash on Linux # Location: # $XDG_CONFIG_HOME/readline/inputrc # Linking: # ln -sf $DOTFILES/common/inputrc $XDG_CONFIG_HOME/readline/inputrc # Colemak Key Remaps set editing-mode vi set keymap vi set show-mode-in-prompt on set mark-directories on set completion-ignore-case on set show-all-if-ambiguous on set bell-style none $if mode=vi "n": next-history "e": previous-history "l": vi-insertion-mode "L": vi-insert-beg "i": forward-char $endif