configurable new windows and panes behavior (optionally retain current path)

This commit is contained in:
Gregory Pakosz
2014-12-17 20:47:06 +01:00
parent ecbb8d55f7
commit 1667cf9171
3 changed files with 37 additions and 8 deletions
+10
View File
@@ -25,6 +25,7 @@ Features
- mouse mode toggle with `<prefix>m`
- automatic usage of `reattach-to-user-namespace` if available
- laptop battery status
- configurable new windows and panes behavior (optionally retain current path)
Installation
------------
@@ -59,6 +60,15 @@ Edit your `~/.tmux.conf.local` file and uncomment the following lines:
See `~/.tmux.conf.local` for more details.
### Configuring new windows and new panes creation
Edit your `~/.tmux.conf.local` file and uncomment the following lines:
#tmux_conf_new_windows_retain_current_path=false
#tmux_conf_new_panes_retain_current_path=true
See `~/.tmux.conf.local` for more details.
### Accessing the Mac OSX clipboard from within tmux sessions
[Chris Johnsen created the `reattach-to-user-namespace`