From 45e52e58b303dc69e6f544701620f1be023a281e Mon Sep 17 00:00:00 2001 From: Daniel Krastev Date: Fri, 7 Feb 2025 10:56:21 +0000 Subject: [PATCH] set t and c for the new-tab and clock function respectively --- configs/{.tmux.conf => tmux.conf} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename configs/{.tmux.conf => tmux.conf} (99%) 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