mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Incremental highlighting for :g[lobal] and :al[ign]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user