dotfiles/common/inputrc
2025-01-27 15:24:03 +00:00

28 lines
584 B
Text

# $DOTFILES/common/inputrc
# 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:
# ~/.inputrc
# Linking:
# ln -sf $DOTFILES/common/inputrc ~/.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