mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add Redir command to capture command output easily
This commit is contained in:
2
plugin/command.vim
Normal file
2
plugin/command.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" Capture output from a command to register @m, to paste, press "mp
|
||||
command! -nargs=1 -complete=command Redir call utils#CaptureCommandOutput(<q-args>)
|
||||
Reference in New Issue
Block a user