generalized options affecting bindings by parsing the output of tmux list-keys

and reinjecting modified commands into tmux bind-key, closes #68

applies to:
- tmux_conf_new_window_retain_current_path
- tmux_conf_new_pane_retain_current_path
- tmux_conf_new_pane_reconnect_ssh
- tmux_conf_copy_to_os_clipboard
This commit is contained in:
Gregory Pakosz
2017-06-21 22:03:21 +02:00
parent 264a577ba1
commit 7f48779a22
2 changed files with 87 additions and 60 deletions
+1
View File
@@ -234,6 +234,7 @@ tmux_conf_theme_clock_style='24'
# in copy mode, copying selection also copies to the OS clipboard
# - true
# - false (default)
# on macOS, this require installing reattach-to-user-namespace, see README.md
tmux_conf_copy_to_os_clipboard=false