You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
I'm looking for a quick way to execute vim commands without writing functions, like so.
nnoremap([[keymap]], {Command1, Command2, Command3}, silent)So if the second function in
nnoremapis a table, each command in the table can be called usingvim.fn.executeor similar.Is something like this feasible or available, without using Lua functions?