You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
498 B
Plaintext

9 months ago
# For vim
set -sg escape-time 0
9 months ago
# This is convenient sometimes
set -g mouse on
9 months ago
# Attempting to get terminal colour
# set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
# Top status with nice colours
set -g status-style "fg=#665c54"
set -g status-left-style "fg=#928374"
set -g status-bg default
set -g status-position top
set -g status-interval 1
set -g status-left ""
# Copy mode with vim bindings
setw -g mode-keys vi
bind C-c run "tmux save-buffer - | wlcopy"