Fix recursive helm error in helm-buffers-list
This commit is contained in:
parent
d01926a7c3
commit
d5363a5a2e
1 changed files with 1 additions and 2 deletions
|
@ -216,8 +216,7 @@ be negative.")
|
|||
"S-<return>" #'helm-ff-run-switch-other-window)
|
||||
(:after helm-buffers
|
||||
:map helm-buffer-map
|
||||
[M-return] #'helm-buffer-switch-other-window
|
||||
[return] #'display-buffer)
|
||||
[M-return] #'helm-buffer-switch-other-window)
|
||||
(:after helm-regexp
|
||||
:map helm-moccur-map
|
||||
[M-return] #'helm-moccur-run-goto-line-ow)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue