fix(bash): fix fg bind
This commit is contained in:
parent
114520cc52
commit
9ea11ac0f2
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ in {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
PROMPT_COMMAND="__prompt"
|
PROMPT_COMMAND="__prompt"
|
||||||
|
|
||||||
|
bind '"\C-o": "fg\n"'
|
||||||
|
bind '"\e\C-m": "\C-e | nvim\C-m"'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue