Add fancy-narrow; now :narrow toggles narrowing

This commit is contained in:
Henrik Lissner 2015-09-28 14:41:37 -04:00
parent bc33c1bce4
commit d10d3948f9
4 changed files with 26 additions and 11 deletions

View file

@ -25,6 +25,7 @@
(exmap "ma[ke]" 'narf:build)
(exmap "mv" 'narf:file-move)
(exmap "na[rrow]" 'narf:narrow) ; Narrow buffer to selection
(exmap "wi[den]" 'narf:widen) ; Widen narrowed buffer
(exmap "proj[ect]" 'helm-projectile-switch-project)
(exmap "rec[ent]" 'narf:helm-recentf)
(exmap "re[gex]" 'narf:regex)