高浩亮
高浩亮
ahh, sorry, I forgot to mention that the code I pasted was for float wins. And that's why I want to link NormalFloat to Normal, which will link to Pmenu...
That's great! Thanks for thinking about this.
how about exposing `vle_cmds_run` (or something i dont know) to lua? with it, lua can do what vifm script can. and it partly avoids providing the same APIs in vifm...
can `tpope/vim-repeat` be considered? ---updates--- actually i made a repeatable approach for `hop.hint_with` using tpope/vim-repeat before comment. although i played happily with it so far, i still wanna this feature...
@megalithic glad you liked it, i scratched a simple rewrite of `hop.hint_char1`. for more complicate uses, the behavior of Hop may vary between people's needs. snippet prerequisites: * install vim-repeat...
as asyncio has been considered, is there enough room for [trio](https://github.com/python-trio/trio)? --- update maybe an useful reference: [starlette has supported trio via anyio](https://github.com/encode/starlette/pull/1157) --- update i created a gist that...
thanks, would you mind elobrating? this is the first time i learn about this "named mark", and found no document on it from either `:h` or google. and if the...