nix/modules/home-manager/scripts/common/bin/tmux-edit-buffer
2023-10-05 13:43:28 -05:00

5 lines
72 B
Bash
Executable file

#!/usr/bin/env sh
f="$(tmux-save-buffer)"
tmux new-window "$EDITOR $f"