Last active
September 27, 2019 15:04
-
-
Save penguinjournals/141eed915d74d300dd209f72dd8f43c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind-key b send-prefix | |
bind '%' split-window -h -c '#{pane_current_path}' # Split panes horizontal | |
bind '"' split-window -v -c '#{pane_current_path}' # Split panes vertically | |
bind c new-window -c '#{pane_current_path}' # Create new window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment