Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save KaitoMuraoka/c42c0a6026fd546f7072763ded4e85c4 to your computer and use it in GitHub Desktop.

Select an option

Save KaitoMuraoka/c42c0a6026fd546f7072763ded4e85c4 to your computer and use it in GitHub Desktop.
tmux first setup
# ウィンドウ内のペイン移動を 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