以下は、ペインのサイズを変更できるキーバインドです。
Alt を使用します + 方向 、方向のキーは Vim から知られています:
k h l j
# Resize the current pane using Alt + direction
bind -n M-k resize-pane -U 5
bind -n M-j resize-pane -D 5
bind -n M-h resize-pane -L 5
bind -n M-l resize-pane -R 5
~/.tmux.conf
で :
bind e resize-pane -U 10
次に、tmux source-file ~/.tmux.conf
. (もう 1 つの便利なショートカット:同じ原理を使用します)。
Fedora 19 でデフォルトの ens33 ネットワーク デバイスを古い eth0 に変更するにはどうすればよいですか?
lvm2 パッケージ コマンドを使用せずに、論理ボリュームに関連付けられているデバイスを一覧表示する