Skip to content

Instantly share code, notes, and snippets.

@sinfulz
Last active October 16, 2020 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sinfulz/e2783d10647125435040b172b561d2a6 to your computer and use it in GitHub Desktop.
Save sinfulz/e2783d10647125435040b172b561d2a6 to your computer and use it in GitHub Desktop.
Ippsec's .tmux.conf file from https://www.youtube.com/watch?v=Lqehvpe_djs
# Remap prefix to screens
set -g prefix C-a
bind C-a send-prefix
unbind C-b
# Quality of line stuff
set -g history-limit 10000
set -g allow-rename off
## Join Windows
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
# Search Mode VI (default is emac)
set-window-option -g mode-keys vi
run-shell /opt/tmux-logging/logging.tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment