Skip to content

Instantly share code, notes, and snippets.

@wyyder
Created January 25, 2020 07:28
Show Gist options
  • Save wyyder/68958faf0570edd2d76ea1742b0d0e6a to your computer and use it in GitHub Desktop.
Save wyyder/68958faf0570edd2d76ea1742b0d0e6a to your computer and use it in GitHub Desktop.
# create or add this to ur ~/.tmux.conf
#set prefix
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -g history-limit 100000
set -g allow-rename off
bind-key j command-prompt -p "Join pan from:" "join-pane -s '%%'"
bind-key s command-prompt -p "Send pane to:" "join-pane -t '%%'"
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