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)
|
"S-<return>" #'helm-ff-run-switch-other-window)
|
||||||
(:after helm-buffers
|
(:after helm-buffers
|
||||||
:map helm-buffer-map
|
:map helm-buffer-map
|
||||||
[M-return] #'helm-buffer-switch-other-window
|
[M-return] #'helm-buffer-switch-other-window)
|
||||||
[return] #'display-buffer)
|
|
||||||
(:after helm-regexp
|
(:after helm-regexp
|
||||||
:map helm-moccur-map
|
:map helm-moccur-map
|
||||||
[M-return] #'helm-moccur-run-goto-line-ow)
|
[M-return] #'helm-moccur-run-goto-line-ow)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue