« ^ »

tmuxの設定を晒す

所要時間: 約 1分
splitw -d
splitw -h -d
resize-pane -D 10
resize-pane -R 50
~/.tmux/session
,set-option -g prefix C-t
,unbind-key C-b
,bind-key C-t send-prefix
,
,# bind-key l split-window -h
,set-window-option -g mode-mouse on
,set-option -g default-shell /bin/zsh
,
,# clipboard
,# bind-key -t emacs-copy  M-w  copy-pipe "${CLIPSS_PATH}/bin/clipss_push"  #tmux 1.8 conf gramma
,# bind-key ]  run 'tmux load-buffer -- $CLIPSS_FILE;tmux paste-buffer --;'
,
,bind -t emacs-copy M-w copy-pipe "reattach-to-user-namespace pbcopy"
,bind -t emacs-copy C-w copy-pipe "reattach-to-user-namespace pbcopy"
,
,
,# rect-angle copy
,# bind-key -t v rectangle-toggle%
~/.tmux.conf