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

applications: add which key names #16

Merged
merged 1 commit into from
Feb 24, 2021
Merged

applications: add which key names #16

merged 1 commit into from
Feb 24, 2021

Conversation

MarcoIeni
Copy link
Owner

No description provided.

@MarcoIeni MarcoIeni merged commit bfc9694 into which-key Feb 24, 2021
@MarcoIeni MarcoIeni deleted the apps branch February 24, 2021 22:16
MarcoIeni added a commit that referenced this pull request Mar 30, 2021
* enable which key

* spacemacs: add which-key names

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* windows: add which key names

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* extra: add which-key names

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* misc: add which-key names

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* leader: add which-key

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* applications: add which key names (#16)

Co-authored-by: tl-marco-ieni <marco.ieni@truelayer.com>

* bookmarks: add which-key names (#18)

* Add which-key description for bookmarks

* Update extra/bookmarks.vim

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* Add which-key names to all buffer related commands. (#19)

Relates to issue #17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* [#20] SPC ' Activate terminal window

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* Describe colors for which-key (#21)

* Add description for colors.vim

* Requested change for kebab-case

* Add description for compile-comments files (#23)

* Add description for compile-comments files

* Requested changes and adjust "namespace"

* Add which key +zoom menu descriptions (#28)

* Add which-key +zoom menu descriptions.

#17

* Update spacemacs/zoom.vim

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* Add which-key descriptions for the +quit menu (#27)

Also added the `<leader>qr` and `<leader>qR` shortcuts that mimic
the Spacemacs restart shortcuts.

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Add which-key names for files (#26)

Removed `<leader>fg` (search in project files) from files menu because
it does not appear in Spacemacs.

`<leader>/` works with my which-key version, so added that shortcut
to the `leader.vim`.

Relates to #17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which-key names for the search/symbol menu. (#31)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Add which-key names for errors. (#25)

* Add which-key names for errors.

Moved a few shortcuts that weren't part of spacemacs from
from `spacemacs/errors.vim` to `extra/errors.vim`

Two shorcuts both had a `<leader>es` mapping.  Remapped one of them.

Relates to #17

* Moved some shortcuts from extra/errors.vim back to spacemacs/errors.vim

Relates to #17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which key jump-join-split menu (#34)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which key text menu (#33)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Which key frame menu (#32)

* Added which key Frame menu

#17

* Fixed typo

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which-key help menu descriptions (#35)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Add which-key project menu descriptions. (#42)

* Add which-key project menu descriptions.

#17

* Update spacemacs/projects.vim

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* Added which-key insertion menu descriptions. (#36)

* Added which-key insertion menu descriptions.

#17

* Comment repair.

#17

* Update spacemacs/insertion.vim

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* Add which-key run menu descriptions. (#40)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which-key narrow/numbers menu descriptions. (#37)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which-key registers/reings/resume menu descriptions. (#39)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Added which-key toggles and ui-toggles menu descriptions. (#38)

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>

* Add which-key git menu descriptions. (#43)

* Add which-key git menu descriptions.

#17

* Change SPC g v menu description from +vcs to +version-control

To align with the name in Spacemacs.

#17

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* Change SPC g b menu description from "checkout" to "branches".

#17

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* Add which-key major mode menu descriptions. (#41)

* Add which-key major mode menu descriptions.

#17

* Update major/debug.vim

* Change major mode SPC m p menu description from "+package" to "+project".

Code review change.

#17

Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

* update changelog

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* README: add SpaceVim

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

* add gif

Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: tl-marco-ieni <marco.ieni@truelayer.com>
Co-authored-by: Nimamoh <nimamoh@nimamoh.net>
Co-authored-by: Jamal Rahhali <plus.jamal@gmail.com>
Co-authored-by: Jamal Rahhali <jamal.rahhali@resmed.com>
Co-authored-by: Ellis Kenyő <elken@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants