Merge lp:~jefferyto/byobu/tmux-screen-keys into lp:byobu

Proposed by Jeffery To
Status: Merged
Merged at revision: 2462
Proposed branch: lp:~jefferyto/byobu/tmux-screen-keys
Merge into: lp:byobu
Diff against target: 24 lines (+3/-3)
1 file modified
usr/share/byobu/keybindings/tmux-screen-keys.conf (+3/-3)
To merge this branch: bzr merge lp:~jefferyto/byobu/tmux-screen-keys
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+281387@code.launchpad.net

Description of the change

This adds '-c "#{pane_current_path}"' to new-window/split-window calls in tmux-screen-keys.conf, matching similar calls in f-keys.tmux.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'usr/share/byobu/keybindings/tmux-screen-keys.conf'
--- usr/share/byobu/keybindings/tmux-screen-keys.conf 2013-04-21 16:09:27 +0000
+++ usr/share/byobu/keybindings/tmux-screen-keys.conf 2015-12-28 14:37:28 +0000
@@ -26,9 +26,9 @@
2626
27# screen ^C c27# screen ^C c
28unbind ^C28unbind ^C
29bind ^C new-window29bind ^C new-window -c "#{pane_current_path}"
30unbind c30unbind c
31bind c new-window31bind c new-window -c "#{pane_current_path}"
3232
33# detach ^D d33# detach ^D d
34unbind ^D34unbind ^D
@@ -90,7 +90,7 @@
9090
91# split -v |91# split -v |
92unbind |92unbind |
93bind | split-window93bind | split-window -c "#{pane_current_path}"
9494
95# :kB: focus up95# :kB: focus up
96unbind Tab96unbind Tab

Subscribers

People subscribed via source and target branches