Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mmore500
Created June 19, 2018 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmore500/b6bc8d66d1eaf8f5dd8a3d2569f25310 to your computer and use it in GitHub Desktop.
Save mmore500/b6bc8d66d1eaf8f5dd8a3d2569f25310 to your computer and use it in GitHub Desktop.
source /usr/local/lib/python3.5/dist-packages/powerline/bindings/tmux/powerline.conf
set-option -g default-terminal "screen-256color"
# remap prefix to Control + a
set -g prefix C-t
# bind 'C-a C-a' to type 'C-a'
bind C-q send-prefix
unbind C-b
setw -g mode-keys vi
unbind p
bind p paste-buffer
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment