Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

tmuxの個人的なオススメメモ

$
0
0
unbind r
bind r source-file ~/.tmux.conf ¥; display-message "reload config!!"
set -g history-limit 10000

setw -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on

setw -g mode-keys vi
bind-key -t vi-copy v begin-selection
bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"

unbind ]
bind-key v paste-buffer

個人的なオススメなので、賛否両論あるかと思いますが、
初心者ゆえ良い設定があれば知りたい所存です。


Viewing all articles
Browse latest Browse all 5608

Trending Articles