Created
April 5, 2021 08:18
-
-
Save drola/1ff272c28510c07805bbbf90c1e701c5 to your computer and use it in GitHub Desktop.
.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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