Incremental highlighting for :g[lobal] and :al[ign]
This commit is contained in:
parent
e36f61047c
commit
bc83f46349
4 changed files with 82 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
(exmap "ag[cw]d" 'narf:helm-ag-search-cwd)
|
||||
(exmap "agr" 'narf:helm-ag-regex-search)
|
||||
(exmap "agr[cw]d" 'narf:helm-ag-regex-search-cwd)
|
||||
(exmap "al[ign]" 'narf:whitespace-align)
|
||||
(exmap "al[ign]" 'narf:align)
|
||||
(exmap "wal[ign]" 'narf:whitespace-align)
|
||||
(exmap "bcomp[ile]" 'narf:compile-el)
|
||||
(exmap "big" 'narf:toggle-big-mode)
|
||||
(exmap "cap[ture]" 'helm-org-capture-templates)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue