We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee2a80 commit f58f32bCopy full SHA for f58f32b
easymotion.tmux
@@ -26,7 +26,7 @@ SMARTSIGN=$(get_tmux_option "@easymotion-smartsign" "false")
26
tmp_file=$CURRENT_DIR/.keystroke
27
# Execute Python script with environment variables
28
tmux bind $(get_tmux_option "@easymotion-key" "s") run-shell "\
29
- printf '\x03' > $tmp_file && tmux command-prompt -1 -p 'easymotion:' 'run-shell \"printf '%1' > $tmp_file\"' \; \
+ printf '\x03' > $tmp_file && tmux command-prompt -1 -p 'easymotion:' 'run-shell \"printf %s\\\\n \\\"%1\\\" > $tmp_file\"' \; \
30
neww -d '\
31
TMUX_EASYMOTION_HINTS=$HINTS \
32
TMUX_EASYMOTION_VERTICAL_BORDER=$VERTICAL_BORDER \
0 commit comments