mirror of
https://github.com/Iron-E/nvim-libmodal
synced 2024-11-18 15:25:49 +00:00
8 lines
126 B
VimL
8 lines
126 B
VimL
let s:barModeCombos = {
|
|
\ 'zf': 'split',
|
|
\ 'zfo': 'vsplit',
|
|
\ 'zfc': 'tabnew'
|
|
\}
|
|
|
|
call libmodal#Enter('BAR', s:barModeCombos)
|