Loading .tmux/personal-keys.conf +4 −0 Original line number Diff line number Diff line Loading @@ -9,3 +9,7 @@ bind S command-prompt -p "Session name: " "new-session -ds '%%' ~/.tmux/new-sess # "Q": quit session with confirmation unbind Q bind Q confirm-before kill-session # "A": rename current window unbind A bind A command-prompt -p "Rename window:" -I "#{window_name}" "rename-window '%%'" Loading
.tmux/personal-keys.conf +4 −0 Original line number Diff line number Diff line Loading @@ -9,3 +9,7 @@ bind S command-prompt -p "Session name: " "new-session -ds '%%' ~/.tmux/new-sess # "Q": quit session with confirmation unbind Q bind Q confirm-before kill-session # "A": rename current window unbind A bind A command-prompt -p "Rename window:" -I "#{window_name}" "rename-window '%%'"