mirror of
https://github.com/Myzel394/tmux-biff.git
synced 2025-06-18 07:25:28 +02:00
8 lines
218 B
Bash
Executable File
8 lines
218 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
tmux bind-key -T copy-mode v run-shell "$CURRENT_DIR/plugin.sh"
|
|
tmux bind-key -T copy-mode-vi v run-shell "$CURRENT_DIR/plugin.sh"
|
|
|