Created
March 3, 2026 02:54
-
-
Save KaitoMuraoka/c42c0a6026fd546f7072763ded4e85c4 to your computer and use it in GitHub Desktop.
tmux first setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ウィンドウ内のペイン移動を hjkl で行う | |
| bind h select-pane -L | |
| bind j select-pane -D | |
| bind k select-pane -U | |
| bind l select-pane -R | |
| #マウス操作を有効にする | |
| set -g mouse on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment