dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 44da882f652b54d5b609d0bf12757a0d7e7b88b1
parent 916af49a1f4505bc5a6e5f72ea748f68e1c5cd3d
Author: hhvn <dev@hhvn.uk>
Date:   Sat,  1 Jan 2022 17:18:09 +0000

.c/r/inputrc: readline config

Diffstat:
A.config/readline/inputrc | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.config/readline/inputrc b/.config/readline/inputrc @@ -0,0 +1,7 @@ +# Only good thing about readline +set editing-mode vi + +# I find it more hassle than it's worth +# in e,g, gdb, where I can't use aliases +# and have to paste in commands instead. +set enable-bracketed-paste off