Rename doom/popup => doom/popup-this-buffer
This commit is contained in:
parent
f0384a5fd4
commit
4fc39a0f71
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
(ex! "k[ill]o" #'doom/kill-other-buffers)
|
||||
(ex! "l[ast]" #'doom/popup-restore)
|
||||
(ex! "m[sg]" #'view-echo-area-messages)
|
||||
(ex! "pop[up]" #'doom/popup) ; open current buffer in popup
|
||||
(ex! "pop[up]" #'doom/popup-this-buffer)
|
||||
|
||||
;; Project navigation
|
||||
(ex! "a" #'projectile-find-other-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue