Change: (org-ql-view-map) Also bind "g" to refresh
I keep hitting "g" and nothing seems to happen, because it runs the org-agenda refresh command, which doesn't do anything in org-ql-view buffers. This must be happening to other people too. So let's fix that.
This commit is contained in:
parent
8aac3b6100
commit
3349c1d07a
3 changed files with 31 additions and 30 deletions
|
|
@ -132,7 +132,7 @@ This command displays matches with Helm. *Note:* Helm is not a package dependen
|
|||
Choose and display a view stored in ~org-ql-views~.
|
||||
|
||||
*Bindings:* Keys bound in view buffer.
|
||||
+ =r=: Refresh results. With prefix, prompt to adjust search parameters.
|
||||
+ =g=, =r=: Refresh results. With prefix, prompt to adjust search parameters.
|
||||
+ =v=: Show =transient= view dispatcher (like Magit's popups).
|
||||
+ =C-x C-s=: Save query to variable ~org-ql-views~ (accessible with command ~org-ql-view~).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue