doomemacs/modules/editor
Henrik Lissner 46bea60ad3
Add :Read ex command & 'SPC i p' keybind
This can be used to extract paths from evil-ex style paths. e.g. the
following inserts the stdout into the current buffer (assuming we're in
~/some/project/filename.c):

  :R!echo %:P      ~/some/project
  :R!echo %:t      filename.c
  :R!echo %:e      c
  :R!echo %:r      filename
  :R!echo ~/another/project/%:t:r.h
    ~/another/project/filename.h
  :R %             contents of current file

http://vimdoc.sourceforge.net/htmldoc/cmdline.html#filename-modifiers
has a full list of vim filename modifiers. Doom doesn't support all of
them, but it does support most of them.
2019-11-15 22:17:30 -05:00
..
evil Add :Read ex command & 'SPC i p' keybind 2019-11-15 22:17:30 -05:00
file-templates Fix #1401 2019-10-31 20:51:20 -04:00
fold editor/fold: fix void-variable hs-block-start-regexp 2019-10-14 13:19:32 -04:00
format editor/format: disable format-on-save for latex 2019-10-22 19:21:19 -04:00
god editor/god: minor refactor 2019-10-04 22:14:13 -04:00
lispy Fix typo in lispy README (modules -> module) 2019-10-08 20:07:07 +13:00
multiple-cursors editor/multiple-cursors: extend evil-org support 2019-10-27 14:03:45 -04:00
objed def-advice!->defadvice! & conform to new advice conventions 2019-07-23 17:24:56 +02:00
parinfer 💥 Rename def-package! -> use-package! 2019-07-23 12:50:45 +02:00
rotate-text Minor refactors across the board 2019-11-04 03:37:54 -05:00
snippets editor/snippets: fix error loading doom-snippets-lib 2019-10-29 01:10:25 -04:00
word-wrap Improve +word-wrap in non-code buffers 2019-10-16 00:48:40 +10:00