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

Limiting number of rows #16

Open
Yevgnen opened this issue Feb 2, 2019 · 2 comments
Open

Limiting number of rows #16

Yevgnen opened this issue Feb 2, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Yevgnen
Copy link

Yevgnen commented Feb 2, 2019

Hi, thanks for the great package.

Can I have something like this

screen shot 2019-02-02 at 18 04 35

instead of

screen shot 2019-02-02 at 18 06 05

without defining things like Other1 and Other2 ?

@jerrypnz
Copy link
Owner

jerrypnz commented Feb 3, 2019

If you are talking about pretty-hydra, you can kind of do that by using an empty column, e.g.

(pretty-hydra-define jp-window (:hint nil :foreign-keys warn)
  ("Windows"
   (("x" ace-delete-window "delete")
    ("m" ace-delete-other-windows "maximize")
    ("s" ace-swap-window "swap"))

   ""
   (("a" ace-select-window "select")
    ("o" other-window "cycle")
    ("q" nil "quit"))
   
   "Resize"
   (("h" move-border-left "←")
    ("j" move-border-down "↓")
    ("k" move-border-up "↑")
    ("l" move-border-right "→"))

   ""
   (("n" balance-windows "balance"))))

As for major-mode-hydra, it's currently not possible unfortunately. I'll consider adding it as it can be quite useful.

@jerrypnz jerrypnz added the enhancement New feature or request label Feb 3, 2019
@a-berg
Copy link

a-berg commented Feb 20, 2021

Maybe some interaction with the :columns keyword would be possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants