Loading .tmux/personal-keys.conf +4 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,7 @@ bind Q confirm-before -p "Kill session? (y/n)" "run-shell -b 'exec ~/.tmux/sessi # "A": rename current window unbind A bind A command-prompt -p "Rename window:" -I "#{window_name}" "rename-window '%%'" # "-": choose a buffer for deletion unbind - bind - choose-buffer "delete-buffer -b '%%'" Loading
.tmux/personal-keys.conf +4 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,7 @@ bind Q confirm-before -p "Kill session? (y/n)" "run-shell -b 'exec ~/.tmux/sessi # "A": rename current window unbind A bind A command-prompt -p "Rename window:" -I "#{window_name}" "rename-window '%%'" # "-": choose a buffer for deletion unbind - bind - choose-buffer "delete-buffer -b '%%'"