Still playing around with tmux page up/down
This commit is contained in:
@@ -30,12 +30,13 @@ bind j select-pane -D
|
|||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
# page up/down
|
## page up/down
|
||||||
bind-key -n PageUp copy-mode -u
|
bind-key -n C-PageUp copy-mode -u
|
||||||
bind-key -n PageDown copy-mode
|
bind-key -n C-PageDown copy-mode
|
||||||
bind-key -T copy-mode C-PageUp send-keys -X page-up
|
bind-key -T copy-mode C-PageUp send-keys -X page-up
|
||||||
bind-key -T copy-mode C-PageDown send-keys -X page-down
|
bind-key -T copy-mode C-PageDown send-keys -X page-down
|
||||||
|
|
||||||
|
|
||||||
#join window
|
#join window
|
||||||
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
||||||
|
|
||||||
@@ -64,8 +65,8 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
|||||||
###
|
###
|
||||||
|
|
||||||
## Basic status bar colors
|
## Basic status bar colors
|
||||||
#set-option -g status-bg default
|
set-option -g status-bg default
|
||||||
#set-option -g status-fg white
|
set-option -g status-fg white
|
||||||
|
|
||||||
## Left side of status bar
|
## Left side of status bar
|
||||||
#set-option -g status-left-length 40
|
#set-option -g status-left-length 40
|
||||||
|
|||||||
Reference in New Issue
Block a user