view dot_inputrc @ 833:c7a17b231dd9

feat: make x select backwards when moving the selection anchor
author zegervdv <zegervdv@me.com>
date Fri, 12 Jan 2024 07:17:34 +0100
parents d726921aaabe
children
line wrap: on
line source

set editing-mode vi

"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
"": history-search-backward
"": history-search-forward