Skip to content

Instantly share code, notes, and snippets.

@christiansmith
Created December 8, 2014 23:29
Show Gist options
  • Save christiansmith/c1fb50d8dd578766e028 to your computer and use it in GitHub Desktop.
Save christiansmith/c1fb50d8dd578766e028 to your computer and use it in GitHub Desktop.
# Remap prefix key to work better with caps lock as ctrl
# set-option -g prefix C-a
# unbind C-b
# Change the default delay
set-option -sg escape-time 1
# Enable mouse to switch panes
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-window-option -g mode-mouse on
# vi mode and clipboard config
set-window-option -g mode-keys vi
set-option -g set-clipboard on
set-option -g default-command "reattach-to-user-namespace -l zsh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment