dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 0f1223f48cf7caa19ee58ccb7a522ca08567796a
parent 7d16c5670401aecba6bd8d8d897f9b91e8f3f0db
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 26 Jun 2024 17:47:50 -0500

readline: remove M-{b,f} in order to use M-C-{b,f}

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

diff --git a/.config/readline/inputrc b/.config/readline/inputrc @@ -1,4 +1,6 @@ "\C-I": nop +"\eb": nop +"\ef": nop "\e[A": "\C-a\C-kCSI A" "\e[B": "\C-a\C-kCSI B" "\e[C": "\C-a\C-kCSI C"