set t and c for the new-tab and clock function respectively

This commit is contained in:
Daniel Krastev 2025-02-07 10:56:21 +00:00
parent 8c5351dc24
commit 45e52e58b3

View file

@ -28,12 +28,12 @@ bind-key r source-file ~/.tmux.conf \; display-message "] afx' .tmux.conf v8.1 (
bind-key R refresh-client
bind-key : command-prompt
bind-key c new-window
bind-key t new-window
bind-key w list-window
bind-key l next-layout
bind-key Space set-window-option main-pane-height 60 \; select-layout even-vertical \; display-message "layout reset to even vertical"
bind-key d detach
bind-key t clock-mode
bind-key c clock-mode
bind-key n command-prompt 'rename-window %%'
bind-key x confirm-before -p "kill-pane #W? (y/n)" kill-pane
bind-key X confirm-before -p "kill-window #W? (y/n)" kill-window