This commit is contained in:
Hongbo Liu 2023-07-20 06:59:17 -06:00 committed by GitHub
commit fbf1a53450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@
go_to_the_beginning_of_current_line() {
if [ "$(shell_mode)" == "emacs" ]; then
tmux send-key 'C-a'
sleep 0.05
else
tmux send-key 'Escape' '0'
fi