Add :pop; fix :wg

This commit is contained in:
Henrik Lissner 2015-10-01 13:49:53 -04:00
parent 86fd2b48c0
commit bd2dc9e8d3

View file

@ -26,6 +26,7 @@
(exmap "mv" 'narf:file-move)
(exmap "na[rrow]" 'narf:narrow) ; Narrow buffer to selection
(exmap "wi[den]" 'narf:widen) ; Widen narrowed buffer
(exmap "pop" 'narf/popwin-toggle)
(exmap "proj[ect]" 'helm-projectile-switch-project)
(exmap "rec[ent]" 'narf:helm-recentf)
(exmap "re[gex]" 'narf:regex)
@ -53,7 +54,7 @@
(after! workgroups2
(exmap "sl[oad]" 'narf:load-session)
(exmap "ss[ave]" 'narf:save-session)
(exmap "wg" (λ (message (wg-workgroup-list-display))))
(exmap "wg" 'narf:workgroup-display)
(exmap "tabnew" 'narf:workgroup-new)
(exmap "tabre[name]" 'narf:workgroup-rename)
(exmap "tabn[ext]" 'wg-switch-to-workgroup-right)