Login
From:
hpc::numa.blog()
(Uncensored)
subscribe
tmuxでAlt+矢印キーでペインサイズを変更する , hpc::numa.blog()
https://hishinuma-t.dev/posts/tools/tmux_arrow/
links
backlinks
Tagged with:
software
Roast topics
Find topics
Find it!
よく忘れるので書いておきます bind-key -n M-Up resize-pane -U 5 bind-key -n M-Down resize-pane -D 5 bind-key -n M-Left resize-pane -L 5 bind-key -n M-Right resize-pane -R 5 tmuxも色々カスタマイズできるけど,基本的に必須なのはこれくらいですかね..