Skip to content

Instantly share code, notes, and snippets.

@macrat
Created March 2, 2016 15:09
Show Gist options
  • Save macrat/223c1720f6d2ecf1ce4b to your computer and use it in GitHub Desktop.
Save macrat/223c1720f6d2ecf1ce4b to your computer and use it in GitHub Desktop.
おれのてぃーまくす。
set -g prefix C-q
bind C-q send-prefix
bind C-k select-pane -U
bind C-j select-pane -D
bind C-l select-pane -R
bind C-h select-pane -L
unbind l
bind k resize-pane -U 3
bind j resize-pane -D 3
bind l resize-pane -R 3
bind h resize-pane -L 3
bind C-s split-window
bind C-v split-window -h
bind C-x kill-pane
bind C-r source-file ~/.tmux.conf
setw -g mode-keys vi
set -g status-bg black
set -g status-fg green
set -g window-status-current-fg black
set -g window-status-current-bg green
set -g message-bg brightgreen
set -g message-fg black
set -g pane-border-fg white
set -g pane-active-border-fg green
set -g status-right '#(hostname)'
set -g status-left '#[fg=green][#T]#[default]'
set -g status-left-length 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment