remove inputrc, vi mode is annoying

This commit is contained in:
mehbark 2023-08-29 19:31:41 -04:00
parent 0cda3ac9d8
commit ebfae5f704

View file

@ -227,13 +227,5 @@ in
programs.readline = { programs.readline = {
enable = true; enable = true;
extraConfig = ''
set editing-mode vi
set keymap vi-command
"gg": beginning-of-history
"G": end-of-history
set keymap vi-insert
"jj": vi-movement-mode
'';
}; };
} }