mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
* Neovim: Backup original LazyVim setup to .config/nvim.lazy.d * Neovim: Currently done with basic completions and LSP * Git: Always use ssh to connect github remote * Zsh: Add more antidots config
19 lines
363 B
Text
19 lines
363 B
Text
# $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
|