1 Star 0 Fork 0

vlc/vim_for-_python21

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.tmux.conf 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
pytlab 提交于 2017-03-31 14:14 +08:00 . Disable tmux mouse mode.
#
# author : PytLab <shaozhengjiang@gmail.com>
# -- base setting -- #
set -g default-terminal "screen-256color"
set -g display-time 3000
set -g escape-time 0
set -g history-limit 65535
set -g base-index 1
set -g pane-base-index 1
# Set tmux prefix to <C-a>
set -g prefix C-l
unbind C-b
# -- bind keys -- #
# Set source-file
bind r source-file ~/.tmux.conf \; display ".tmux.conf Reloaded!"
# Split pane.
unbind '"'
bind | splitw -h
unbind '%'
bind - splitw -v
# Copy mode
# copy-mode to vi mode
setw -g mode-keys vi
# enter copy mode
bind Escape copy-mode
# paste buffer
bind C-p pasteb
# select (v)
bind -t vi-copy v begin-selection
# copy (y)
bind -t vi-copy y copy-selection
# Map panel switch.
# Up
bind-key k select-pane -U
# Down
bind-key j select-pane -D
# left
bind-key h select-pane -L
# right
bind-key l select-pane -R
# Resize panel size.
bind < resize-pane -L 10
bind > resize-pane -R 10
bind _ resize-pane -D 10
bind + resize-pane -U 10
# Use mouse to resize panel.
#set -g mouse-utf8 on
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/vlc/vim_for-_python21.git
git@gitee.com:vlc/vim_for-_python21.git
vlc
vim_for-_python21
vim_for-_python21
master

搜索帮助