dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1set -g prefix C-h
 2bind C-h send-prefix
 3unbind C-b
 4
 5set-option -g escape-time 0
 6set-option -g mouse on
 7
 8bind-key h select-pane -L
 9bind-key j select-pane -D
10bind-key k select-pane -U
11bind-key l select-pane -R
12
13bind-key b split-window -h -c "#{pane_current_path}"
14bind-key v split-window -v -c "#{pane_current_path}"
15
16set-option -g set-clipboard external
17set-option -g copy-command 'wl-copy'