kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

Press return after every cmd #192

Closed chrstnwhlrt closed 1 year ago

chrstnwhlrt commented 1 year ago

Hey there, great work you did here!

I was just wondering - after using the default mappings in the dbui buffer I've to confirm the execution everytime with return. Is there something I'm missing in my configuration?

I can override all the default mappings with the same mappings adding a at the end but I've got the feeling there's a smarter way to fix it.

kristijanhusak commented 1 year ago

Hey! Check if you have the same issue as reported here https://github.com/kristijanhusak/vim-dadbod-ui/issues/182

chrstnwhlrt commented 1 year ago

cmdheight = 1 did the trick, thanks a lot!