Skip to content

Opening neovim docs in the current window instead of a split #1268

Answered by ibhagwan
aslamosama asked this question in Q&A
Discussion options

You must be logged in to vote

That’s great, you can do the same with fzf-lua by copying the current action (2 lines) and changing the cmd to whatever you wanted and set the new action as your help default action:

M.help = function(selected)
local vimcmd = "help"
M.vimcmd(vimcmd, helptags(selected), true)
end

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@aslamosama
Comment options

@ibhagwan
Comment options

Answer selected by aslamosama
@tssm
Comment options

@ibhagwan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants