Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tmux次のようにショートカットを変更することは可能ですか?
tmux
私はその機能がとても気に入っていますが、学ぶ必要がある近道が少ないほど良いという意見が常にあります.
コマンドプレフィックスキーなしでこれを行いたいようです。それが正しければ、次のコマンドを~/.tmux.confファイルに追加します。
~/.tmux.conf
bind-key -n C-t new-window bind-key -n C-w kill-window bind-key -n C-Tab next-window
プレフィックス キーを使用する場合は-n、上記のコマンドから を削除します。
-n