Skip to content

Instantly share code, notes, and snippets.

@alex8224
Created January 26, 2016 09:22
Show Gist options
  • Save alex8224/76748cee6afab19568bb to your computer and use it in GitHub Desktop.
Save alex8224/76748cee6afab19568bb to your computer and use it in GitHub Desktop.
set -g prefix C-f
unbind C-b
set -g mouse on
bind h select-pane -L
bind l select-pane -R
bind k select-pane -U
bind j select-pane -D
bind v copy-mode
bind C-v run -b "tmux set-buffer \"$(xclip -o -sel clip)\" && tmux paste-buffer"
bind y run -b "tmux show-buffer | xclip -sel clip -i"\; display-message "copy to system"
setw -g monitor-activity on
set -g visual-activity on
set -g history-limit 10000
set -g status on
set -g status-interval 2
set -g status-justify "centre"
set -g status-left-length 60
set -g status-right-length 90
set -g status-left "#(~/project/tmux-powerline/powerline.sh left)"
set -g status-right "#(~/project/tmux-powerline/powerline.sh right)"
set -g status-bg colour235
set -g status-fg white
set -g message-bg colour235
set -g message-fg Red
set -g status-interval 1
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set -g window-status-current-fg green
set -g status-key emacs
set -g pane-border-style fg=colour27
set -g pane-active-border-style fg=blue
set -g pane-active-border-style bg=default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment