Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

focus: true doesn't work if shell_command: command is being used. #33

Closed
tony opened this issue Dec 6, 2013 · 0 comments
Closed

focus: true doesn't work if shell_command: command is being used. #33

tony opened this issue Dec 6, 2013 · 0 comments
Assignees

Comments

@tony
Copy link
Member

tony commented Dec 6, 2013

session_name: logbook
start_directory: ~/study/python/logbook
windows:
- layout: 67d3,239x56,0,0[239x37,0,0,15,239x18,0,38{119x18,0,38,17,119x18,120,38,16}]
  focus: true  # focus works
  panes:
  - shell_command:
    - vim
    focus: true  # works!
  - pane
  - pane
  window_name: logbook
- layout: fbd5,239x56,0,0[239x33,0,0,18,239x22,0,34{119x22,0,34,20,119x22,120,34,19}]
  panes:
  - shell_command: vim
    focus: true  # focus Breaks!
  - pane
  - pane
  start_directory: docs
  window_name: docs
@ghost ghost assigned tony Dec 6, 2013
tony added a commit that referenced this issue Dec 7, 2013
@tony tony closed this as completed Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant