You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@ Use vim regex flag `\c` to make it case insensitive. See `:help vim.regex()` and
465
465
Pressing `<TAB>` in filter prompt autocompletes categories and tags.
466
466
467
467
#### **org_agenda_show_help**
468
-
*mapped to*: `?`<br />
468
+
*mapped to*: `g?`<br />
469
469
Show help popup with mappings
470
470
471
471
These mappings live under `mappings.agenda`, and can be changed like this:
@@ -498,7 +498,7 @@ Refile capture content to specific destination
498
498
*mapped to*: `<Leader>ok`<br />
499
499
Close capture window without saving anything
500
500
#### **org_capture_show_help**
501
-
*mapped to*: `?`<br />
501
+
*mapped to*: `g?`<br />
502
502
Show help popup with mappings
503
503
504
504
These mappings live under `mappings.capture`, and can be changed like this:
@@ -665,7 +665,7 @@ See [Clocking](#clocking) for more details.
665
665
Set effort estimate property on for current headline.<br />
666
666
See [Clocking](#clocking) for more details.
667
667
#### **org_show_help**
668
-
*mapped to*: `?`<br />
668
+
*mapped to*: `g?`<br />
669
669
Show help popup with mappings
670
670
671
671
These mappings live under `mappings.org`, and can be changed like this:
@@ -1036,7 +1036,11 @@ set statusline=%{v:lua.orgmode.statusline()}
1036
1036
1037
1037
## Changelog
1038
1038
1039
-
#### 10 October
1039
+
#### 24 October 2021
1040
+
* Help mapping was changed from `?` to `g?` to avoid conflict with built in backward search. See issue [#106](https://github.com/kristijanhusak/orgmode.nvim/issues/106).
1041
+
1042
+
#### 10 October 2021
1040
1043
* Mappings `org_increase_date` and `org_decrease_date` are deprecated in favor of [org_timestamp_up](#org_timestamp_up) and [org_timestamp_down](#org_timestamp_down).<br />
1041
1044
If you have these mappings in your custom configuration, you will get a warning each time Orgmode is loaded. To remove the warning, rename the configuration properties accordingly.<br />
1042
1045
To return the old functionality where mappings increase only the day, add `org_timestamp_up_day`/`org_timestamp_down_day` to your configuration.
* Help mapping was changed from `?` to `g?` to avoid conflict with built in backward search. See issue #106 (https://github.com/kristijanhusak/orgmode.nvim/issues/106).
1363
+
1364
+
10 OCTOBER 2021 *orgmode-10_october_2021*
1360
1365
1361
1366
* Mappings `org_increase_date` and `org_decrease_date` are deprecated in favor of org_timestamp_up (#org_timestamp_up) and org_timestamp_down (#org_timestamp_down).
1362
1367
If you have these mappings in your custom configuration, you will get a warning each time Orgmode is loaded. To remove the warning, rename the configuration properties accordingly.
0 commit comments