From 4f80f256aacd5096aa40159f36769135a8765a00 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 22 Aug 2023 22:31:48 +0200 Subject: [tmux] minor edits --- config/common/tmux/tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/common') diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index a349025..e74713a 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -1,5 +1,4 @@ -# By Nicholas Marriott. Public domain. -# but -now- me. +# Special thanks to Nicholas Marriott. # Enable RGB color if running in xterm set-option -sa terminal-overrides ",xterm*:Tc" @@ -79,7 +78,7 @@ bind -n M-I switch-client -n bind n command-prompt "rename-window '%%'" bind N command-prompt "rename-session '%%'" # Starting new windows -bind w new-window -c "#{pane_current_path}" +bind w new-window -c "$HOME" bind W new-session -c "$HOME" # Show tree bind S choose-tree -Z -- cgit v1.2.3