Is it possible to add a command that runs after picker selection? #1968
Answered
by
ibhagwan
diocletiann
asked this question in
Q&A
-
For example, after pressing enter on a |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Apr 13, 2025
Replies: 1 comment 6 replies
-
M.zt = function(selected)
vim.cmd("stopinsert")
vim.cmd("normal! zt")
end did not test |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set your keybind to this (extending the default action):