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
1=== modified file 'usr/share/byobu/keybindings/tmux-screen-keys.conf'
2--- usr/share/byobu/keybindings/tmux-screen-keys.conf 2013-04-21 16:09:27 +0000
3+++ usr/share/byobu/keybindings/tmux-screen-keys.conf 2015-12-28 14:37:28 +0000
4@@ -26,9 +26,9 @@
5
6 # screen ^C c
7 unbind ^C
8-bind ^C new-window
9+bind ^C new-window -c "#{pane_current_path}"
10 unbind c
11-bind c new-window
12+bind c new-window -c "#{pane_current_path}"
13
14 # detach ^D d
15 unbind ^D
16@@ -90,7 +90,7 @@
17
18 # split -v |
19 unbind |
20-bind | split-window
21+bind | split-window -c "#{pane_current_path}"
22
23 # :kB: focus up
24 unbind Tab

Subscribers

People subscribed via source and target branches