diff --git a/configs/.tmux.conf b/configs/tmux.conf similarity index 99% rename from configs/.tmux.conf rename to configs/tmux.conf index 3a80729..0156c8a 100644 --- a/configs/.tmux.conf +++ b/configs/tmux.conf @@ -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