remove inputrc, vi mode is annoying
This commit is contained in:
parent
0cda3ac9d8
commit
ebfae5f704
1 changed files with 0 additions and 8 deletions
8
home.nix
8
home.nix
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue