Awesome
tataku-emitter-window
The emitter module that use window for tataku.vim.
Contents
Dependencies
This plugin needs below:
Options
This module has some options:
-
cmd
Command name to open window. Default:
'edit'
-
bufname
Buffer name. Default:
'[scratch]'
-
filetype
Filetype Default:
''
Samples
let g:tataku_recipes = #{
\ sample: #{
\ emitter: #{
\ name: 'window',
\ options: #{ cmd: 'enew' },
\ },
\ },
\ }