-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Org layer: There should be a key binding to enter the org-agenda from any buffer #1296
Comments
You are right. I think there also should be a global keybinding for org-capture which I proposed to be |
Org is so important that we can add a convention for it and give it a global key binding. Pity that Any proposal for a global prefix for all org related stuff ? |
I'm not sure if a global prefix is necessary. The only commands that should be available globally are org-agenda and org-capture. Am I missing commands? All others are org buffer specific. |
I think you are indeed missing one more command that needs to be available globally to make good use of org-mode, ie the command to store a link. From the org-manual:
See: http://orgmode.org/org.html#Activation I think in reality only |
I agree |
Here are some bindings I have bound:
|
|
How about making another leader, a localleader if you will, for users' use. In Vim, I normally mapped localleader to |
It can be possible but it should reference a |
@syl20bnr how about |
👍 for |
👍 |
👍 |
Just a little minus: in some languages you need to press shift for . |
I agree Org deserves the |
Well, what is the unshifted character on that key? |
In the case of the french keyboard from what i see online it's ; -- don't have one in front of me now. |
Edit: Nevermind, I'm dumb. Any suggestions for a safe alternative? |
I still think |
Where are we on this? Does anyone even use |
Is there any progress on this issue, because I would love it as a feature! |
I don't think there's any official ruling on this. FWIW I don't want to move the user reserved space. I feel the few global org bindings fit well under |
|
There are other global key bindings useful for org. Agenda is one of them, but capture bindings should be global too. I think @TheBB proposes to put all org global key bindings under |
If you put all global org bindings on |
Why doubling the |
This is what I propose.
They aren't really longer than any other application binding. |
Since the agenda is probably the most interesting thing, we can replicate all or most of those bindings directly on |
Related to syl20bnr#1296. Use `SPC a o` as prefix for org related applications like `org-agenda` or `org-capture`. The `a` is for "application", and `o` for "org". To avoid long keystrokes for `agenda`, direct bindings are offered through `SPC a o <key>`. Because `org-agenda` is one of the principal application, it has be mapped to repeating the last letter (`SPC a o o`).
Related to #1296. Use `SPC a o` as prefix for org related applications like `org-agenda` or `org-capture`. The `a` is for "application", and `o` for "org". To avoid long keystrokes for `agenda`, direct bindings are offered through `SPC a o <key>`. Because `org-agenda` is one of the principal application, it has be mapped to repeating the last letter (`SPC a o o`).
Related to syl20bnr#1296. Use `SPC a o` as prefix for org related applications like `org-agenda` or `org-capture`. The `a` is for "application", and `o` for "org". To avoid long keystrokes for `agenda`, direct bindings are offered through `SPC a o <key>`. Because `org-agenda` is one of the principal application, it has be mapped to repeating the last letter (`SPC a o o`). (cherry picked from commit 2b5b2d3)
I generally want to view the agenda when I'm not already editing files in my agenda. For example, I finish a piece of work and need to know what to work on next. Perhaps we could have
SPC a o
, which is currently unused?The text was updated successfully, but these errors were encountered: