diff --git a/programs/bash.nix b/programs/bash.nix index 337d845..acdf425 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -37,6 +37,9 @@ in { esac } PROMPT_COMMAND="__prompt" + + bind '"\C-o": "fg\n"' + bind '"\e\C-m": "\C-e | nvim\C-m"' ''; }; };