Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 634 Bytes

navigate

A simple script to navigate between tmux and macOS windows. To install, download the navigate script and save it somewhere in your $PATH.

Prerequisites

Installation example

mkdir -p ~/bin
cd ~/bin
wget https://raw.githubusercontent.com/sudoremo/navigate/master/navigate
chmod +x navigate

Then add the following line to your ~/.profile:

export PATH=~/bin:$PATH

Usage

Call navigate left|right|top|bottom to navigate to the left, right, top, bottom tmux pane and, if on the edge, to the respective macOS window.