diff options
Diffstat (limited to 'config/common/tmux')
| -rwxr-xr-x | config/common/tmux/tmux.conf | 5 | 
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  | 
