Skip to content

Instantly share code, notes, and snippets.

@railwaycat
Last active May 12, 2017 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save railwaycat/3a9a9cb192c767a7ce1dd239821ee4f2 to your computer and use it in GitHub Desktop.
Save railwaycat/3a9a9cb192c767a7ce1dd239821ee4f2 to your computer and use it in GitHub Desktop.
set-option -g prefix C-o
set-option -g prefix2 F1
unbind-key C-b
bind-key C-o send-prefix
unbind c
bind-key c neww -c "#{pane_current_path}"
set -g mouse on
set -g history-limit 655350
# set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
# pane movement
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
# status bar
set -g status-bg default
set -g status-fg colour242
set -g status-right '"#(hostname | cut -d'.' -f1)" %H:%M %h-%d-%Y'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment