diff --git a/evil-collection-arc-mode.el b/evil-collection-arc-mode.el index 962197e..820f305 100644 --- a/evil-collection-arc-mode.el +++ b/evil-collection-arc-mode.el @@ -49,7 +49,7 @@ "G" 'end-of-buffer ;; open - (kbd "") 'archive-extract + (kbd "RET") 'archive-extract (kbd "S-") 'archive-extract-other-window (kbd "M-") 'archive-view "go" 'archive-extract-other-window diff --git a/evil-collection-bookmark.el b/evil-collection-bookmark.el index 83fcdc7..0256553 100644 --- a/evil-collection-bookmark.el +++ b/evil-collection-bookmark.el @@ -70,7 +70,7 @@ "O" 'bookmark-bmenu-other-window "go" 'bookmark-bmenu-other-window "gO" 'bookmark-bmenu-switch-other-window - (kbd "") 'bookmark-bmenu-this-window + (kbd "RET") 'bookmark-bmenu-this-window (kbd "S-") 'bookmark-bmenu-other-window (kbd "M-") 'bookmark-bmenu-switch-other-window)) diff --git a/evil-collection-calc.el b/evil-collection-calc.el index dc220be..3245fb4 100644 --- a/evil-collection-calc.el +++ b/evil-collection-calc.el @@ -56,7 +56,7 @@ (kbd "") 'calc-roll-down (kbd "S-") 'calc-over - (kbd "") 'calc-enter + (kbd "RET") 'calc-enter (kbd "SPC") 'calc-enter (kbd "C-x C-t") 'calc-transpose-lines diff --git a/evil-collection-cider.el b/evil-collection-cider.el index dbe7577..598c798 100644 --- a/evil-collection-cider.el +++ b/evil-collection-cider.el @@ -135,7 +135,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)" (kbd "") 'cider-test-previous-result (kbd "") 'cider-test-next-result - (kbd "") 'cider-test-jump + (kbd "RET") 'cider-test-jump "t" 'cider-test-jump "d" 'cider-test-ediff "e" 'cider-test-stacktrace @@ -163,7 +163,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)" "d" 'cider-connections-make-default "c" 'cider-connection-browser "x" 'cider-connections-close-connection - (kbd "") 'cider-connections-goto-connection + (kbd "RET") 'cider-connections-goto-connection "g?" 'describe-mode) (evil-set-initial-state 'cider-stacktrace-mode 'normal) diff --git a/evil-collection-compile.el b/evil-collection-compile.el index b68d9c5..c59a916 100644 --- a/evil-collection-compile.el +++ b/evil-collection-compile.el @@ -44,7 +44,7 @@ "0" 'evil-digit-argument-or-evil-beginning-of-line [mouse-2] 'compile-goto-error [follow-link] 'mouse-face - (kbd "") 'compile-goto-error + (kbd "RET") 'compile-goto-error "go" 'compilation-display-error (kbd "S-") 'compilation-display-error diff --git a/evil-collection-custom.el b/evil-collection-custom.el index 201f5b7..1fecbde 100644 --- a/evil-collection-custom.el +++ b/evil-collection-custom.el @@ -45,7 +45,7 @@ (kbd "SPC") 'scroll-up-command (kbd "S-SPC") 'scroll-down-command (kbd "") 'scroll-down-command - (kbd "") 'Custom-newline + (kbd "RET") 'Custom-newline (kbd "]]") 'widget-forward (kbd "[[") 'widget-backward ;; TODO: Should the following be added? diff --git a/evil-collection-debbugs.el b/evil-collection-debbugs.el index 6432e1d..8d3fb2b 100644 --- a/evil-collection-debbugs.el +++ b/evil-collection-debbugs.el @@ -43,7 +43,7 @@ (kbd "") 'backward-button (kbd "SPC") 'scroll-up-command - (kbd "") 'debbugs-gnu-select-report + (kbd "RET") 'debbugs-gnu-select-report "c" 'debbugs-gnu-send-control-message "d" 'debbugs-gnu-display-status diff --git a/evil-collection-debug.el b/evil-collection-debug.el index 178404b..a75f097 100644 --- a/evil-collection-debug.el +++ b/evil-collection-debug.el @@ -42,7 +42,7 @@ ;; motion (kbd "") 'forward-button (kbd "S-") 'backward-button - (kbd "") (if (< emacs-major-version 27) + (kbd "RET") (if (< emacs-major-version 27) 'debug-help-follow 'backtrace-help-follow-symbol) (kbd "SPC") 'next-line diff --git a/evil-collection-diff-mode.el b/evil-collection-diff-mode.el index 5e8e217..7b5165f 100644 --- a/evil-collection-diff-mode.el +++ b/evil-collection-diff-mode.el @@ -116,7 +116,7 @@ current file instead." "gj" 'diff-hunk-next "gk" 'diff-hunk-prev - (kbd "") 'diff-goto-source + (kbd "RET") 'diff-goto-source "A" 'diff-add-change-log-entries-other-window "a" 'diff-apply-hunk diff --git a/evil-collection-dired.el b/evil-collection-dired.el index a4c2da3..41cbaeb 100644 --- a/evil-collection-dired.el +++ b/evil-collection-dired.el @@ -132,7 +132,7 @@ "Y" 'dired-copy-filename-as-kill "+" 'dired-create-directory ;; open - (kbd "") 'dired-find-file + (kbd "RET") 'dired-find-file (kbd "S-") 'dired-find-file-other-window (kbd "M-") 'dired-display-file "gO" 'dired-find-file-other-window diff --git a/evil-collection-disk-usage.el b/evil-collection-disk-usage.el index de0e254..e8c2a7a 100644 --- a/evil-collection-disk-usage.el +++ b/evil-collection-disk-usage.el @@ -78,7 +78,7 @@ (kbd "") 'forward-button (kbd "") 'backward-button - (kbd "") 'disk-usage-files + (kbd "RET") 'disk-usage-files "S" 'tabulated-list-sort diff --git a/evil-collection-doc-view.el b/evil-collection-doc-view.el index fab6ad6..0ce61c6 100644 --- a/evil-collection-doc-view.el +++ b/evil-collection-doc-view.el @@ -48,7 +48,7 @@ "gg" 'doc-view-first-page "G" 'doc-view-last-page "J" 'doc-view-goto-page - (kbd "") 'image-next-line + (kbd "RET") 'image-next-line ;; zoom "+" 'doc-view-enlarge diff --git a/evil-collection-edebug.el b/evil-collection-edebug.el index a71f1b2..8d78bb2 100644 --- a/evil-collection-edebug.el +++ b/evil-collection-edebug.el @@ -113,10 +113,10 @@ (evil-collection-define-key 'normal 'edebug-x-instrumented-function-list-mode-map "E" 'edebug-x-evaluate-function "Q" 'edebug-x-clear-data - (kbd "") 'edebug-x-find-function + (kbd "RET") 'edebug-x-find-function "q" 'quit-window) (evil-collection-define-key 'normal 'edebug-x-breakpoint-list-mode-map - (kbd "") 'edebug-x-visit-breakpoint + (kbd "RET") 'edebug-x-visit-breakpoint "x" 'edebug-x-kill-breakpoint "Q" 'edebug-x-clear-data "q" 'quit-window))) diff --git a/evil-collection-elfeed.el b/evil-collection-elfeed.el index 8d3920a..605e11a 100644 --- a/evil-collection-elfeed.el +++ b/evil-collection-elfeed.el @@ -44,7 +44,7 @@ (evil-set-initial-state 'elfeed-search-mode 'normal) (evil-collection-define-key 'normal 'elfeed-search-mode-map ;; open - (kbd "") 'elfeed-search-show-entry + (kbd "RET") 'elfeed-search-show-entry (kbd "S-") 'elfeed-search-browse-url "go" 'elfeed-search-browse-url diff --git a/evil-collection-elisp-refs.el b/evil-collection-elisp-refs.el index 9d0998c..6387c1d 100644 --- a/evil-collection-elisp-refs.el +++ b/evil-collection-elisp-refs.el @@ -43,7 +43,7 @@ (kbd "C-k") 'elisp-refs-prev-match "gj" 'elisp-refs-next-match "gk" 'elisp-refs-prev-match - (kbd "") 'elisp-refs-visit-match + (kbd "RET") 'elisp-refs-visit-match ;; quit "q" 'kill-this-buffer)) diff --git a/evil-collection-emms.el b/evil-collection-emms.el index eceeb0b..73bca97 100644 --- a/evil-collection-emms.el +++ b/evil-collection-emms.el @@ -91,7 +91,7 @@ The return value is the yanked text." "r" 'emms-random "<" 'emms-seek-backward ">" 'emms-seek-forward - (kbd "") 'emms-browser-add-tracks + (kbd "RET") 'emms-browser-add-tracks (kbd "C-") 'emms-browser-add-tracks-and-play ;; volume controls @@ -160,7 +160,7 @@ The return value is the yanked text." (kbd "C-k") 'emms-previous "gj" 'emms-next "gk" 'emms-previous - (kbd "") 'emms-playlist-mode-play-smart + (kbd "RET") 'emms-playlist-mode-play-smart ;; volume controls "+" 'emms-volume-raise @@ -222,7 +222,7 @@ The return value is the yanked text." (evil-set-initial-state 'emms-metaplaylist-mode 'normal) (evil-collection-define-key 'normal 'emms-metaplaylist-mode-map - (kbd "") 'emms-metaplaylist-mode-goto-current + (kbd "RET") 'emms-metaplaylist-mode-goto-current (kbd "") 'emms-metaplaylist-mode-set-active "gr" 'emms-metaplaylist-mode-update "C" 'emms-metaplaylist-mode-new-buffer @@ -232,7 +232,7 @@ The return value is the yanked text." (evil-set-initial-state 'emms-stream-mode 'normal) (evil-collection-define-key 'normal 'emms-stream-mode-map - (kbd "") 'emms-stream-play + (kbd "RET") 'emms-stream-play "j" 'emms-stream-next-line "k" 'emms-stream-previous-line "y" 'emms-stream-yank-bookmark diff --git a/evil-collection-eshell.el b/evil-collection-eshell.el index 90cbf7d..94918da 100644 --- a/evil-collection-eshell.el +++ b/evil-collection-eshell.el @@ -71,7 +71,7 @@ (kbd "C-n") 'eshell-next-matching-input-from-input (kbd "C-p") 'eshell-previous-matching-input-from-input - (kbd "") 'eshell-send-input + (kbd "RET") 'eshell-send-input (kbd "C-c C-c") 'evil-collection-eshell-interrupt-process) (evil-collection-define-key 'insert 'eshell-mode-map ;; motion diff --git a/evil-collection-eww.el b/evil-collection-eww.el index e0a3237..8f3ae0e 100644 --- a/evil-collection-eww.el +++ b/evil-collection-eww.el @@ -101,7 +101,7 @@ (evil-collection-inhibit-insert-state 'eww-history-mode-map) (evil-set-initial-state 'eww-history-mode 'normal) (evil-collection-define-key 'normal 'eww-history-mode-map - (kbd "") 'eww-history-browse + (kbd "RET") 'eww-history-browse ;; refresh "gr" 'revert-buffer ;; quit @@ -113,7 +113,7 @@ (evil-set-initial-state 'eww-buffers-mode 'normal) (evil-collection-define-key 'normal 'eww-buffers-mode-map "D" 'eww-buffer-kill - (kbd "") 'eww-buffer-select + (kbd "RET") 'eww-buffer-select "]]" 'eww-buffer-show-next "[[" 'eww-buffer-show-previous "gj" 'eww-buffer-show-next @@ -131,7 +131,7 @@ "D" 'eww-bookmark-kill "P" 'eww-bookmark-yank - (kbd "") 'eww-bookmark-browse + (kbd "RET") 'eww-bookmark-browse ;; refresh "gr" 'revert-buffer ;; quit diff --git a/evil-collection-flycheck.el b/evil-collection-flycheck.el index bb2c281..afcab4c 100644 --- a/evil-collection-flycheck.el +++ b/evil-collection-flycheck.el @@ -49,7 +49,7 @@ "s" 'flycheck-error-list-set-filter "S" 'flycheck-error-list-reset-filter "x" 'flycheck-error-list-explain-error - (kbd "") 'flycheck-error-list-goto-error + (kbd "RET") 'flycheck-error-list-goto-error "q" 'quit-window)) (provide 'evil-collection-flycheck) diff --git a/evil-collection-ggtags.el b/evil-collection-ggtags.el index 97f142e..fd95bca 100644 --- a/evil-collection-ggtags.el +++ b/evil-collection-ggtags.el @@ -94,7 +94,7 @@ "S" 'ggtags-navigation-isearch-forward "go" 'ggtags-navigation-visible-mode ;; FIXME: This can be anything. - (kbd "") 'ggtags-navigation-mode-done)) + (kbd "RET") 'ggtags-navigation-mode-done)) (provide 'evil-collection-ggtags) ;;; evil-collection-ggtags.el ends here diff --git a/evil-collection-guix.el b/evil-collection-guix.el index 9263552..f364406 100644 --- a/evil-collection-guix.el +++ b/evil-collection-guix.el @@ -91,7 +91,7 @@ (evil-collection-guix-set guix-ui-map) ; Covers output-list and generation-list. (evil-collection-define-key 'normal 'guix-output-list-mode-map - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "gb" 'guix-package-list-latest-builds "gG" 'guix-output-list-graph @@ -120,7 +120,7 @@ (evil-collection-guix-set guix-profile-list-mode-map) (evil-collection-define-key 'normal 'guix-profile-list-mode-map - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "c" 'guix-profile-list-set-current ; TODO: Bind to "." as per the rationale? "p" 'guix-profile-list-show-packages @@ -137,7 +137,7 @@ "c" 'guix-profile-info-set-current) (evil-collection-define-key 'normal 'guix-generation-list-mode-map - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "p" 'guix-generation-list-show-packages "D" 'guix-generation-list-mark-delete @@ -155,7 +155,7 @@ (evil-collection-guix-set guix-license-list-mode-map) (evil-collection-define-key 'normal 'guix-license-list-mode-map (kbd "") 'forward-button ; Why isn't this binding inhibited? - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "p" 'guix-license-list-show-packages "gd" 'guix-license-list-edit) @@ -164,14 +164,14 @@ (evil-collection-guix-set guix-location-list-mode-map) (evil-collection-define-key 'normal 'guix-location-list-mode-map - (kbd "") 'guix-location-list-show-packages ; In Emacs state, it seems to be overriden by `push-button'. + (kbd "RET") 'guix-location-list-show-packages ; In Emacs state, it seems to be overriden by `push-button'. "p" 'guix-location-list-show-packages "gd" 'guix-location-list-edit) (evil-collection-guix-set guix-store-item-list-mode-map) (evil-collection-define-key 'normal 'guix-store-item-list-mode-map - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "d" 'guix-store-item-list-mark-delete "gd" 'guix-store-item-list-edit "x" 'guix-store-item-list-execute) @@ -180,7 +180,7 @@ (evil-collection-guix-set guix-hydra-build-list-mode-map) (evil-collection-define-key 'normal 'guix-hydra-build-list-mode-map - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "gb" 'guix-hydra-build-list-latest-builds "gl" 'guix-hydra-build-list-view-log) @@ -215,7 +215,7 @@ (evil-collection-guix-set guix-service-list-mode-map) (evil-collection-define-key 'normal 'guix-service-list-mode-map (kbd "") 'forward-button - (kbd "") 'bui-list-describe + (kbd "RET") 'bui-list-describe "gd" 'guix-service-list-edit) diff --git a/evil-collection-hackernews.el b/evil-collection-hackernews.el index b787f6e..a3798e7 100644 --- a/evil-collection-hackernews.el +++ b/evil-collection-hackernews.el @@ -56,7 +56,7 @@ "!" 'hackernews-button-mark-as-visited ; like mu4e "?" 'hackernews-button-mark-as-unvisited - (kbd "") 'hackernews-button-browse-internal + (kbd "RET") 'hackernews-button-browse-internal (kbd "S-") 'push-button ;; quit diff --git a/evil-collection-image-dired.el b/evil-collection-image-dired.el index 09fbfe9..12d0b0c 100644 --- a/evil-collection-image-dired.el +++ b/evil-collection-image-dired.el @@ -44,7 +44,7 @@ (kbd "SPC") 'image-dired-display-next-thumbnail-original (kbd "S-SPC") 'image-dired-display-previous-thumbnail-original - (kbd "") 'image-dired-display-thumbnail-original-image + (kbd "RET") 'image-dired-display-thumbnail-original-image "c" 'image-dired-comment-thumbnail "d" 'image-dired-thumbnail-set-image-description diff --git a/evil-collection-image.el b/evil-collection-image.el index 37f8749..9a679b6 100644 --- a/evil-collection-image.el +++ b/evil-collection-image.el @@ -56,7 +56,7 @@ (kbd "S-SPC") 'image-scroll-down (kbd "") 'image-scroll-down ;; animation - (kbd "") 'image-toggle-animation + (kbd "RET") 'image-toggle-animation "a0" 'image-reset-speed "ar" 'image-reverse-speed "F" 'image-goto-frame diff --git a/evil-collection-ivy.el b/evil-collection-ivy.el index 56c1a6d..7e6f0ad 100644 --- a/evil-collection-ivy.el +++ b/evil-collection-ivy.el @@ -41,7 +41,7 @@ (kbd "") 'minibuffer-keyboard-quit) (evil-collection-define-key 'normal 'ivy-occur-mode-map [mouse-1] 'ivy-occur-click - (kbd "") 'ivy-occur-press-and-switch + (kbd "RET") 'ivy-occur-press-and-switch "j" 'ivy-occur-next-line "k" 'ivy-occur-previous-line "h" 'evil-backward-char @@ -74,7 +74,7 @@ "i" 'ivy-wgrep-change-to-wgrep-mode "gd" 'ivy-occur-delete-candidate [mouse-1] 'ivy-occur-click - (kbd "") 'ivy-occur-press-and-switch + (kbd "RET") 'ivy-occur-press-and-switch "j" 'ivy-occur-next-line "k" 'ivy-occur-previous-line "h" 'evil-backward-char @@ -96,7 +96,7 @@ (when evil-collection-setup-minibuffer (evil-collection-define-key 'normal 'ivy-minibuffer-map (kbd "") 'abort-recursive-edit - (kbd "") 'exit-minibuffer + (kbd "RET") 'exit-minibuffer (kbd "C-m") 'ivy-done "j" 'ivy-next-line "k" 'ivy-previous-line) diff --git a/evil-collection-lsp-ui-imenu.el b/evil-collection-lsp-ui-imenu.el index 8f1e258..48e4ec7 100644 --- a/evil-collection-lsp-ui-imenu.el +++ b/evil-collection-lsp-ui-imenu.el @@ -40,7 +40,7 @@ (kbd "C-k") 'lsp-ui-imenu--prev-kind (kbd "C-j") 'lsp-ui-imenu--next-kind (kbd "q") 'lsp-ui-imenu--kill - (kbd "") 'lsp-ui-imenu--view + (kbd "RET") 'lsp-ui-imenu--view (kbd "") 'lsp-ui-imenu--visit)) (provide 'evil-collection-lsp-ui-imenu) diff --git a/evil-collection-minibuffer.el b/evil-collection-minibuffer.el index 4c3ac1f..879c896 100644 --- a/evil-collection-minibuffer.el +++ b/evil-collection-minibuffer.el @@ -62,7 +62,7 @@ it does not have a mode." minibuffer-local-must-match-map minibuffer-local-isearch-map)) (evil-collection-define-key 'normal map (kbd "") 'abort-recursive-edit) - (evil-collection-define-key 'normal map (kbd "") 'exit-minibuffer)) + (evil-collection-define-key 'normal map (kbd "RET") 'exit-minibuffer)) (add-hook 'minibuffer-setup-hook 'evil-collection-minibuffer-insert) ;; Because of the above minibuffer-setup-hook, some evil-ex bindings need be reset. diff --git a/evil-collection-neotree.el b/evil-collection-neotree.el index cfd5d13..911a7e2 100644 --- a/evil-collection-neotree.el +++ b/evil-collection-neotree.el @@ -42,7 +42,7 @@ (evil-collection-define-key 'normal 'neotree-mode-map - (kbd "") (neotree-make-executor + (kbd "RET") (neotree-make-executor :file-fn 'neo-open-file :dir-fn 'neo-open-dir) (kbd "") (neotree-make-executor diff --git a/evil-collection-occur.el b/evil-collection-occur.el index 2e99e33..dc04827 100644 --- a/evil-collection-occur.el +++ b/evil-collection-occur.el @@ -48,7 +48,7 @@ (kbd "C-c C-c") 'occur-mode-goto-occurrence ;; open - (kbd "") 'occur-mode-goto-occurrence + (kbd "RET") 'occur-mode-goto-occurrence (kbd "S-") 'occur-mode-goto-occurrence-other-window (kbd "M-") 'occur-mode-display-occurrence "go" 'occur-mode-goto-occurrence-other-window diff --git a/evil-collection-p4.el b/evil-collection-p4.el index 02c242e..8b53bf7 100644 --- a/evil-collection-p4.el +++ b/evil-collection-p4.el @@ -63,7 +63,7 @@ "j" 'evil-next-line (kbd "C-j") 'p4-forward-active-link (kbd "C-k") 'p4-backward-active-link - (kbd "") 'p4-buffer-commands + (kbd "RET") 'p4-buffer-commands "q" 'quit-window "gr" 'revert-buffer "]]" 'p4-scroll-down-1-window diff --git a/evil-collection-pass.el b/evil-collection-pass.el index 039ae4c..6478697 100644 --- a/evil-collection-pass.el +++ b/evil-collection-pass.el @@ -54,7 +54,7 @@ "Y" 'pass-copy "r" 'pass-rename "o" 'pass-otp-options - (kbd "") 'pass-view + (kbd "RET") 'pass-view "q" 'pass-quit)) (provide 'evil-collection-pass) diff --git a/evil-collection-pdf.el b/evil-collection-pdf.el index 7c181da..54c43cd 100644 --- a/evil-collection-pdf.el +++ b/evil-collection-pdf.el @@ -94,7 +94,7 @@ (evil-set-initial-state 'pdf-view-mode 'normal) (evil-collection-define-key 'normal 'pdf-view-mode-map ;; motion - (kbd "") 'image-next-line + (kbd "RET") 'image-next-line "j" 'evil-collection-pdf-view-next-line-or-next-page "k" 'evil-collection-pdf-view-previous-line-or-previous-page (kbd "SPC") 'pdf-view-scroll-up-or-next-page @@ -189,7 +189,7 @@ (evil-set-initial-state 'pdf-outline-buffer-mode 'normal) (evil-collection-define-key 'normal 'pdf-outline-buffer-mode-map ;; open - (kbd "") 'pdf-outline-follow-link-and-quit + (kbd "RET") 'pdf-outline-follow-link-and-quit (kbd "S-") 'pdf-outline-follow-link (kbd "M-") 'pdf-outline-display-link "go" 'pdf-outline-follow-link @@ -212,7 +212,7 @@ (evil-set-initial-state 'pdf-occur-buffer-mode 'normal) (evil-collection-define-key 'normal 'pdf-occur-buffer-mode-map ;; open - (kbd "") 'pdf-occur-goto-occurrence + (kbd "RET") 'pdf-occur-goto-occurrence (kbd "S-") 'pdf-occur-view-occurrence (kbd "SPC") 'pdf-occur-view-occurrence "gd" 'pdf-occur-goto-occurrence diff --git a/evil-collection-proced.el b/evil-collection-proced.el index e1f9d40..485d4d3 100644 --- a/evil-collection-proced.el +++ b/evil-collection-proced.el @@ -38,7 +38,7 @@ (evil-collection-inhibit-insert-state 'proced-mode-map) (evil-set-initial-state 'proced-mode 'normal) (evil-collection-define-key 'normal 'proced-mode-map - (kbd "") 'proced-refine + (kbd "RET") 'proced-refine ;; mark ;; TODO: Implement a proced-toggle-mark? diff --git a/evil-collection-prodigy.el b/evil-collection-prodigy.el index 2697994..dc8d8bc 100644 --- a/evil-collection-prodigy.el +++ b/evil-collection-prodigy.el @@ -60,7 +60,7 @@ "gr" 'prodigy-restart "`" 'prodigy-display-process - (kbd "") 'prodigy-browse + (kbd "RET") 'prodigy-browse "it" 'prodigy-add-tag-filter "in" 'prodigy-add-name-filter "I" 'prodigy-clear-filters diff --git a/evil-collection-profiler.el b/evil-collection-profiler.el index 094c64c..0432110 100644 --- a/evil-collection-profiler.el +++ b/evil-collection-profiler.el @@ -57,7 +57,7 @@ "=" 'profiler-report-compare-profile ;; open - (kbd "") 'profiler-report-find-entry + (kbd "RET") 'profiler-report-find-entry ;; refresh "gr" 'revert-buffer diff --git a/evil-collection-rtags.el b/evil-collection-rtags.el index 09b2fde..487e7ea 100644 --- a/evil-collection-rtags.el +++ b/evil-collection-rtags.el @@ -50,7 +50,7 @@ (evil-collection-define-key 'normal 'rtags-mode-map ;; open - (kbd "") 'rtags-select + (kbd "RET") 'rtags-select (kbd "S-") 'rtags-select-other-window (kbd "M-") 'rtags-show-in-other-window (kbd "go") 'rtags-select-other-window @@ -81,7 +81,7 @@ "[[" 'rtags-dependency-tree-previous-level ;; open - (kbd "") 'rtags-select + (kbd "RET") 'rtags-select (kbd "S-") 'rtags-select-other-window (kbd "M-") 'rtags-show-in-other-window "go" 'rtags-select-other-window @@ -111,7 +111,7 @@ "[[" 'rtags-references-tree-previous-level ;; open - (kbd "") 'rtags-select + (kbd "RET") 'rtags-select (kbd "S-") 'rtags-select-other-window (kbd "M-") 'rtags-show-in-other-window "go" 'rtags-select-other-window @@ -125,7 +125,7 @@ (evil-collection-define-key 'normal 'rtags-location-stack-visualize-mode-map ;; open - (kbd "") 'rtags-select + (kbd "RET") 'rtags-select (kbd "S-") 'rtags-select-other-window (kbd "M-") 'rtags-show-in-other-window (kbd "go") 'rtags-select-other-window diff --git a/evil-collection-slime.el b/evil-collection-slime.el index d72e0ff..eba8fc1 100644 --- a/evil-collection-slime.el +++ b/evil-collection-slime.el @@ -74,8 +74,6 @@ (evil-collection-define-key 'normal 'sldb-mode-map (kbd "RET") 'sldb-default-action - (kbd "C-m") 'sldb-default-action - [return] 'sldb-default-action [mouse-2] 'sldb-default-action/mouse [follow-link] 'mouse-face "\C-i" 'sldb-cycle @@ -123,8 +121,7 @@ "9" 'sldb-invoke-restart-9) (evil-collection-define-key 'normal 'slime-inspector-mode-map - (kbd "") 'slime-inspector-operate-on-point - (kbd "C-m") 'slime-inspector-operate-on-point + (kbd "RET") 'slime-inspector-operate-on-point [mouse-1] 'slime-inspector-operate-on-click [mouse-2] 'slime-inspector-operate-on-click [mouse-6] 'slime-inspector-pop diff --git a/evil-collection-term.el b/evil-collection-term.el index 83a30e6..740b7f7 100644 --- a/evil-collection-term.el +++ b/evil-collection-term.el @@ -141,7 +141,7 @@ it is not appropriate in some cases like terminals." (evil-collection-define-key 'normal 'term-mode-map (kbd "C-c C-k") 'evil-collection-term-char-mode-insert - (kbd "") 'term-send-input + (kbd "RET") 'term-send-input (kbd "p") 'term-paste diff --git a/evil-collection-tide.el b/evil-collection-tide.el index a3192a2..c7644e4 100644 --- a/evil-collection-tide.el +++ b/evil-collection-tide.el @@ -47,8 +47,7 @@ "gk" 'tide-find-previous-reference (kbd "C-j") 'tide-find-next-reference (kbd "C-k") 'tide-find-previous-reference - (kbd "C-m") 'tide-goto-reference - (kbd "") 'tide-goto-reference + (kbd "RET") 'tide-goto-reference ;; quit "q" 'quit-window) @@ -57,8 +56,7 @@ "gk" 'tide-find-previous-error (kbd "C-j") 'tide-find-next-error (kbd "C-k") 'tide-find-previous-error - (kbd "C-m") 'tide-goto-error - (kbd "") 'tide-goto-error + (kbd "RET") 'tide-goto-error ;; quit (kbd "q") 'quit-window)) diff --git a/evil-collection-transmission.el b/evil-collection-transmission.el index b4067d6..21b9f9e 100644 --- a/evil-collection-transmission.el +++ b/evil-collection-transmission.el @@ -56,7 +56,7 @@ ;; sort "o" 'tabulated-list-sort - (kbd "") 'transmission-files + (kbd "RET") 'transmission-files "p" 'transmission-peers "i" 'transmission-info @@ -106,7 +106,7 @@ "m" 'transmission-files-want ;; open - (kbd "") 'transmission-find-file + (kbd "RET") 'transmission-find-file (kbd "S-") 'transmission-find-file-other-window (kbd "M-") 'transmission-display-file "go" 'transmission-find-file-other-window diff --git a/evil-collection-w3m.el b/evil-collection-w3m.el index 89b2b6e..afd2f87 100644 --- a/evil-collection-w3m.el +++ b/evil-collection-w3m.el @@ -40,7 +40,7 @@ (kbd "S-SPC") 'w3m-scroll-down-or-previous-url (kbd "SPC") 'w3m-scroll-up-or-next-url - (kbd "") 'w3m-view-this-url + (kbd "RET") 'w3m-view-this-url "o" 'w3m-goto-url "O" 'w3m-goto-url-new-session diff --git a/evil-collection-xref.el b/evil-collection-xref.el index 9680809..f704759 100644 --- a/evil-collection-xref.el +++ b/evil-collection-xref.el @@ -49,7 +49,7 @@ "Q" 'xref-query-replace-in-results ;; open - (kbd "") 'xref-goto-xref + (kbd "RET") 'xref-goto-xref (kbd "S-") 'xref-show-location-at-point "o" 'xref-show-location-at-point "go" 'xref-show-location-at-point)) diff --git a/evil-collection-ztree.el b/evil-collection-ztree.el index 357ccb0..ba48b25 100644 --- a/evil-collection-ztree.el +++ b/evil-collection-ztree.el @@ -42,7 +42,7 @@ (evil-set-initial-state 'ztree-mode 'normal) (evil-collection-define-key 'normal 'ztree-mode-map (kbd "") 'ztree-jump-side - (kbd "") 'ztree-perform-action + (kbd "RET") 'ztree-perform-action (kbd "SPC") 'ztree-perform-soft-action "x" 'ztree-toggle-expand-subtree