mirror of
https://github.com/tmux-plugins/tmux-yank.git
synced 2026-09-10 07:36:17 -04:00
Merge c0c9337149 into acfd36e4fc
This commit is contained in:
commit
fbf1a53450
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue