Skip to content

Instantly share code, notes, and snippets.

@TiagoTi
Created March 7, 2019 12:09
Show Gist options
  • Save TiagoTi/1f9d561ad0353a292bfea977731c7c51 to your computer and use it in GitHub Desktop.
Save TiagoTi/1f9d561ad0353a292bfea977731c7c51 to your computer and use it in GitHub Desktop.
# Colors
set -g default-terminal "xterm-256color"
set-option -g status-bg black
set-option -g status-fg white
set-option -g status-attr default
set -g pane-border-fg white
set -g pane-active-border-fg white
set -g pane-active-border-bg cyan
# No delay for escape key
set -sg escape-time 0
# Bindings
bind J resize-pane -D 5
bind K resize-pane -U 5
bind L resize-pane -L 5
bind H resize-pane -R 5
bind G send-keys -R \; clear-history
# Vlw [Bruno Paula](https://github.com/brunosilvalb)
#
setw -g mouse on
#https://superuser.com/questions/210125/scroll-shell-output-with-mouse-in-tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment