Skip to content

Unable to switch windows (kitty, lazyvim) #236

Answered by klnstprx
klnstprx asked this question in Q&A
Discussion options

You must be logged in to vote

Hi again, I have some updates.
I came back home to my main linux desktop and started with a fresh install of nvim and lazyvim + smart-splits. I added the lines from README to my kitty config and installed smart-splits using the same snippet. This resulted in me being able to swap between kitty windows - couldn't swap windows inside nvim. I figured out that lazy.nvim wasn't loading the plugin on keystrokes. Setting "lazy" to false inside the plugin configuration got rid of the issue.

Forcing the plugin to load on startup also fixed the issue on my macOS system, where I initially encountered the problem.

Thanks for the help anyways!

new configuration:

return {
  {
    "mrjones2014/smart-spl…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mrjones2014
Comment options

@klnstprx
Comment options

@mrjones2014
Comment options

@klnstprx
Comment options

Answer selected by klnstprx
@mrjones2014
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
2 participants