mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
20 lines
451 B
Text
20 lines
451 B
Text
set -g default-terminal $ZSH_TMUX_TERM
|
|
set -g base-index 1
|
|
set -g repeat-time 0
|
|
|
|
set-window-option -g mode-keys vi
|
|
|
|
# Allow mouse to select which pane to use
|
|
# set -g mouse-select-pane on
|
|
|
|
#bind C-z run "tmux save-buffer - | xclip -i -selection clipboard"
|
|
bind C-c run "tmux show-buffer | gpaste-client"
|
|
|
|
set -g prefix C-a
|
|
bind C-a send-prefix
|
|
|
|
#bind C-v split-window -h
|
|
#bind C-h split-window
|
|
bind C-q kill-window
|
|
|
|
set-window-option -g xterm-keys on
|