Skip to content

Instantly share code, notes, and snippets.

View MindFreeze's full-sized avatar

Petar Petrov MindFreeze

View GitHub Profile
#Allows tmux to work on Cygwin
set -sg escape-time 250
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U