Skip to content

Instantly share code, notes, and snippets.

@alfredormz
Created December 10, 2018 23:17
Show Gist options
  • Save alfredormz/1d2eb462b76048619df87e1d9e5bed79 to your computer and use it in GitHub Desktop.
Save alfredormz/1d2eb462b76048619df87e1d9e5bed79 to your computer and use it in GitHub Desktop.
Quickly peek at a file in the lower 3rd of a tmux session
peek() { tmux split-window -p 33 "$EDITOR" "$@" || exit; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment