-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
floaterm toggle not responding to which-key #406
Comments
I am getting the same thing:
|
Same here
|
return {
'voldikss/vim-floaterm',
init = function()
vim.g.floaterm_keymap_toggle = '<F1>'
end,
} This one seems to work for me. |
I have tried about everything at this point and @ScheiklP method is the only one that works for me, as well. Thanks for the solution! |
Defining shortcuts using the "keys" option didn't work for me to toggle terminals. putting it in the |
I'm using LazyVim to install floaterm, with the following keymap config in the floaterm.lua file in
LazyVim/lua/plugins
folder to create a new floaterm window or toggle a floaterm window:However, once the floterm window is open, which-key's keymap to is not working anymore, whatever I type will be the input of the terminal line, i.e. the floaterm window is not responding to which-key anymore.
May I ask how to make floaterm responds to which-key key maps? Thanks.
vim --version
:NVIM v0.10.0-dev-86+g54dab9ed9
If you are using neovim, just run
:checkhealth floaterm
and post the contentbelow.
floaterm: - ERROR No healthcheck found for "floaterm" plugin.
The text was updated successfully, but these errors were encountered: