Skip to content

Instantly share code, notes, and snippets.

@SvenZhao
SvenZhao / tmux
Last active July 8, 2024 06:52
linux设置
unbind ^b
set -g prefix 'm-`'
#set -g prefix 'c-a'
set -g mouse on
setw -g mode-keys vi
bind '"' split-window -c '#{pane_current_path}'
bind '%' split-window -h -c '#{pane_current_path}'
set-option -g escape-time 50