schasse.tmux-jump/easymotion.tmux
2019-12-27 10:15:38 +01:00

5 lines
151 B
Bash
Executable file

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
tmux bind-key j run-shell -b "$CURRENT_DIR/scripts/easymotion.sh"