mirror of
https://github.com/Iron-E/nvim-libmodal
synced 2024-11-16 12:13:32 +00:00
7 lines
152 B
Lua
7 lines
152 B
Lua
|
let s:barModeCombos = {
|
|||
|
\ '': 'echom "You cant exit using escape."',
|
|||
|
\ 'q': 'let g:barModeExit = 1'
|
|||
|
\}
|
|||
|
|
|||
|
call libmodal#Enter('BAR', s:barModeCombos, 1)
|