Skip to content

Instantly share code, notes, and snippets.

@drola
Created April 5, 2021 08:18
Show Gist options
  • Save drola/1ff272c28510c07805bbbf90c1e701c5 to your computer and use it in GitHub Desktop.
Save drola/1ff272c28510c07805bbbf90c1e701c5 to your computer and use it in GitHub Desktop.
.tmux.conf
unbind C-b
set -g prefix C-a
set -g mouse on
set -g status-keys vi
set-window-option -g mode-keys vi
set -g history-limit 100000
bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard"
# set -g set-clipboard on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment