mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
revert tmux split keys to original
This commit is contained in:
parent
0ee89d965e
commit
09b6fde6af
19 changed files with 1422 additions and 85 deletions
|
|
@ -1,2 +1,22 @@
|
|||
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
|
||||
|
||||
source $HOME/.tmux.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue