Skip to content

Commit

Permalink
[dart][doc] Remove disabled key binding SPC m f f
Browse files Browse the repository at this point in the history
The key binding was disabled because of this upstream issue:
dart-server-find-refs on int opens a dart buffer that keeps growing in size #11
bradyt/dart-server#11
  • Loading branch information
duianto committed Sep 24, 2019
1 parent af52143 commit 37e326e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion layers/+lang/dart/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ become Async, and there might be a delay when executing them.
| ~SPC m h h~, ~SPC m ?~ | Displays hover information for the current point. |
| ~SPC m h b~ | Displays information at point on a new buffer. |
| ~gd~, ~SPC m g~ | Go to definition. |
| ~SPC m f f~ | Find reference at point. |
| ~SPC m f d~ | Find members declarations by name. |
| ~SPC m f r~ | Find members references by name. |
| ~SPC m f d~ | Find top-level declarations by name. |
Expand Down
3 changes: 3 additions & 0 deletions layers/+lang/dart/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
;; There's an upstream issue with this command:
;; dart-server-find-refs on int opens a dart buffer that keeps growing in size #11
;; https://github.com/bradyt/dart-server/issues/11
;; When/if it's fixed, add back the key binding:
;; ~SPC m f f~ Find reference at point.
;; to the readme.org key binding table.
;; "ff" 'dart-server-find-refs
"fe" 'dart-server-find-member-decls
"fr" 'dart-server-find-member-refs
Expand Down

0 comments on commit 37e326e

Please sign in to comment.