mirror of
https://github.com/schasse/tmux-jump.git
synced 2026-09-10 07:06:15 -04:00
5 lines
151 B
Bash
Executable file
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"
|