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