Skip to content

Commit

Permalink
Remove unneeded local buffer keymap binding
Browse files Browse the repository at this point in the history
and helm-map bindings in helm-buffer-map.
  • Loading branch information
thierryvolpiatto committed Sep 27, 2022
1 parent 029302f commit 4b31871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm-buffers.el
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ Note that this variable is buffer-local.")
(define-key map (kbd "C-M-%") #'helm-buffer-run-query-replace-regexp)
(define-key map (kbd "M-%") #'helm-buffer-run-query-replace)
(define-key map (kbd "M-R") #'helm-buffer-run-rename-buffer)
(define-key map (kbd "M-m") #'helm-toggle-all-marks)
(define-key map (kbd "M-a") #'helm-mark-all)
(define-key map (kbd "M-e") #'helm-buffer-run-switch-to-shell)
(define-key map (kbd "C-]") #'helm-toggle-buffers-details)
(define-key map (kbd "C-c a") #'helm-buffers-toggle-show-hidden-buffers)
Expand Down Expand Up @@ -1140,7 +1138,6 @@ displayed with the `file-name-shadow' face if available."
(helm :sources '(helm-source-buffers-list
helm-source-buffer-not-found)
:buffer "*helm buffers*"
:keymap helm-buffer-map
:truncate-lines helm-buffers-truncate-lines
:left-margin-width helm-buffers-left-margin-width))

Expand Down

0 comments on commit 4b31871

Please sign in to comment.