ini .tmux.conf
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini .tmux.conf相关的知识,希望对你有一定的参考价值。
# Send prefix
set-option -g prefix C-a
bind-key C-a send-prefix
# Use Alt-arrow keys to switch panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Shift arrow to switch windows
bind -n S-Left previous-window
bind -n S-Right next-window
# Mouse mode
set -g mouse on
#set -g mouse-resize-pane on
#set -g mouse-select-pane on
#set -g mouse-select-window on
# Set easier window split keys
bind-key v split-window -h
bind-key h split-window -v
# Easy config reload
bind-key r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"
以上是关于ini .tmux.conf的主要内容,如果未能解决你的问题,请参考以下文章
ini .tmux.conf
ini 我的tmux conf
ini .tmux.conf
ini .tmux.conf
ini tmux conf
ini .tmux.conf