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.
2 parents 9559366 + bf92fdb commit 156ac98Copy full SHA for 156ac98
easymotion.tmux
@@ -23,7 +23,8 @@ PERF=$(get_tmux_option "@easymotion-perf" "false")
23
CASE_SENSITIVE=$(get_tmux_option "@easymotion-case-sensitive" "false")
24
SMARTSIGN=$(get_tmux_option "@easymotion-smartsign" "false")
25
26
-tmp_file=$CURRENT_DIR/.keystroke
+tmp_file=$(mktemp -t tmux-easymotion_keystroke-XXXXXXX)
27
+
28
# Execute Python script with environment variables
29
tmux bind $(get_tmux_option "@easymotion-key" "s") run-shell "\
30
printf '\x03' > $tmp_file && tmux command-prompt -1 -p 'easymotion:' 'run-shell \"printf %s\\\\n \\\"%1\\\" > $tmp_file\"' \; \
0 commit comments