feat(bash): improve C-o binding
This commit is contained in:
parent
65a334501f
commit
ed71171a85
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
||||||
}
|
}
|
||||||
PROMPT_COMMAND="__prompt"
|
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"'
|
bind '"\e\C-m": "\C-e | nvim\C-m"'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue