feat(bash): improve C-o binding

This commit is contained in:
buffet 2023-01-11 17:01:39 +01:00
parent 65a334501f
commit ed71171a85

View file

@ -38,7 +38,7 @@ in {
}
PROMPT_COMMAND="__prompt"
bind '"\C-o": "fg\n"'
bind '"\C-o": "\C-a\C-k fg\n"'
bind '"\e\C-m": "\C-e | nvim\C-m"'
'';
};