Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

QUESTION - How to toggle the bottom panel using keyboard? #705

Closed
benpptung opened this issue Sep 22, 2017 · 2 comments
Closed

QUESTION - How to toggle the bottom panel using keyboard? #705

benpptung opened this issue Sep 22, 2017 · 2 comments

Comments

@benpptung
Copy link

benpptung commented Sep 22, 2017

Is this a question or a feature request? If so please start the title with [QUESTION] or [REQUEST].

[Description of issue here]
In linter-ui-default, I can toggle the bottom panel using linter-ui-default:toggle-panel, but it seems there is no similar keyboard binding to hide the bottom panel in Git Plus?

If there is no command to hide the bottom panel, how about to add one?

@mateusvahl
Copy link

mateusvahl commented Oct 16, 2017

You can run: window:toggle-bottom-dock,
There's no default keyboard binding for this, you can add your own keybindings for this on keympap.cson

'atom-workspace':
  'ctrl-down': 'window:toggle-bottom-dock'

FYI @akonwi I think you can close this ^^

@brycefranzen
Copy link

brycefranzen commented Jul 9, 2018

I added this to my keymap file. It will make it so that when the bottom dock is open and focused, you can just press escape to close it. Works wonders :)

'atom-panel-container .atom-dock-inner.bottom':
    'escape': 'window:toggle-bottom-dock'

@akonwi akonwi closed this as completed Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants