Add :pop; fix :wg
This commit is contained in:
parent
86fd2b48c0
commit
bd2dc9e8d3
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
(exmap "mv" 'narf:file-move)
|
(exmap "mv" 'narf:file-move)
|
||||||
(exmap "na[rrow]" 'narf:narrow) ; Narrow buffer to selection
|
(exmap "na[rrow]" 'narf:narrow) ; Narrow buffer to selection
|
||||||
(exmap "wi[den]" 'narf:widen) ; Widen narrowed buffer
|
(exmap "wi[den]" 'narf:widen) ; Widen narrowed buffer
|
||||||
|
(exmap "pop" 'narf/popwin-toggle)
|
||||||
(exmap "proj[ect]" 'helm-projectile-switch-project)
|
(exmap "proj[ect]" 'helm-projectile-switch-project)
|
||||||
(exmap "rec[ent]" 'narf:helm-recentf)
|
(exmap "rec[ent]" 'narf:helm-recentf)
|
||||||
(exmap "re[gex]" 'narf:regex)
|
(exmap "re[gex]" 'narf:regex)
|
||||||
|
@ -53,7 +54,7 @@
|
||||||
(after! workgroups2
|
(after! workgroups2
|
||||||
(exmap "sl[oad]" 'narf:load-session)
|
(exmap "sl[oad]" 'narf:load-session)
|
||||||
(exmap "ss[ave]" 'narf:save-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 "tabnew" 'narf:workgroup-new)
|
||||||
(exmap "tabre[name]" 'narf:workgroup-rename)
|
(exmap "tabre[name]" 'narf:workgroup-rename)
|
||||||
(exmap "tabn[ext]" 'wg-switch-to-workgroup-right)
|
(exmap "tabn[ext]" 'wg-switch-to-workgroup-right)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue