fix(bash): fix fg bind

This commit is contained in:
buffet 2023-01-06 17:45:36 +01:00
parent 114520cc52
commit 9ea11ac0f2

View file

@ -37,6 +37,9 @@ in {
esac
}
PROMPT_COMMAND="__prompt"
bind '"\C-o": "fg\n"'
bind '"\e\C-m": "\C-e | nvim\C-m"'
'';
};
};