Skip to content

Instantly share code, notes, and snippets.

View ballistyx's full-sized avatar
💭
I may be slow to respond.

aptwins ballistyx

💭
I may be slow to respond.
View GitHub Profile
#################################################
#
# 外道式tmux設定&重要操作メモ
# modified by ballistyx
# - 操作メモはデフォルトではなく設定変更済みに対する説明
#########
#
# メモ
#
@ballistyx
ballistyx / gist:5e324a9c4e55c40365a9
Created July 11, 2014 09:53
pane resizeing on tmux
# resize pane
# prefix key is Ctrl+t
# usage: Ctrl+t Alt+Up(↑)
bind-key -r M-Up resize-pane -U 5
bind-key -r M-Down resize-pane -D 5
bind-key -r M-Left resize-pane -L 20
bind-key -r M-Right resize-pane -R 20