Created
January 25, 2020 07:28
-
-
Save wyyder/68958faf0570edd2d76ea1742b0d0e6a 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
# 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