summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 22:31:48 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-22 22:31:48 +0200
commit4f80f256aacd5096aa40159f36769135a8765a00 (patch)
tree7282f055b4382cf67bf90836e1f3ffd46f47e16f /config
parent7ab95433e2d80ba03db7667795e72d398b9d2a7b (diff)
[tmux] minor edits
Diffstat (limited to 'config')
-rwxr-xr-xconfig/common/tmux/tmux.conf5
1 files changed, 2 insertions, 3 deletions
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