.inputrc

Thu, 16 May 2024 14:51:53 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 16 May 2024 14:51:53 -0500
changeset 1167
f5f84f890974
parent 782
a387569893af
permissions
-rw-r--r--

Update for neovim 0.10

Drop editorconfig (added to 0.9)
Gate pull_diags (added to 0.10)

$include /etc/inputrc

set completion-ignore-case on

set expand-tilde on
set mark-directories on
set show-all-if-ambiguous on
set visible-stats on
set completion-display-width 120

set bell-style none

set input-meta on
set output-meta on

# Incremental searching with Up and Down and Left and Right
$if mode=emacs
  "\e[A": history-search-backward
  "\e[B": history-search-forward
  "\e\e[C": forward-word
  "\e\e[D": backward-word
$endif

$if Bash
  Space: magic-space
$endif

mercurial