From 9c9f38ea1234f5efd427b33f6ac678653dd10e7e Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 28 Dec 2015 22:29:59 +0800 Subject: [PATCH] Use pane_current_path in tmux screen keybindings --- usr/share/byobu/keybindings/tmux-screen-keys.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/share/byobu/keybindings/tmux-screen-keys.conf b/usr/share/byobu/keybindings/tmux-screen-keys.conf index b9d55cef..6db85a77 100644 --- a/usr/share/byobu/keybindings/tmux-screen-keys.conf +++ b/usr/share/byobu/keybindings/tmux-screen-keys.conf @@ -26,9 +26,9 @@ bind x lock-server # screen ^C c unbind ^C -bind ^C new-window +bind ^C new-window -c "#{pane_current_path}" unbind c -bind c new-window +bind c new-window -c "#{pane_current_path}" # detach ^D d unbind ^D @@ -90,7 +90,7 @@ bind l refresh-client # split -v | unbind | -bind | split-window +bind | split-window -c "#{pane_current_path}" # :kB: focus up unbind Tab