0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

tmux Tips

0
Last updated at Posted at 2025-09-26

設定ファイル

~/.tmux.conf
# tmux on vscodeでパスをctrl + 左クリックすると、パス先のファイルを開ける
set-option -ga update-environment ' VSCODE_GIT_ASKPASS_NODE VSCODE_GIT_ASKPASS_MAIN VSCODE_IPC_HOOK_CLI PATH'

# /bin/bashを立ち上げる。デフォルトだと/bin/sh
set-option -g default-shell "/bin/bash"
set -g default-command "/bin/bash"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?