Ai
1 Star 0 Fork 0

vlc/vim_for-_python21

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.tmux.conf 1010 Bytes
Copy Edit Raw Blame History
pytlab authored 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

Search