Tomas Sandven

Results 159 comments of Tomas Sandven

I've installed zsh-vi-mode using Antigen in my `.zshrc` file, and the cursor modes work fine in tmux.

This would be great for when you want to run Neovide as a client to a remote Neovim instance. Config such as GUI font and `neovide_refresh_rate` needs to be set...

> > To that end, I would like to humbly request that `neovide_refresh_rate` and `guifont` be added to the config file, overriding whatever is set in Neovim > > @Hubro...

@fredizzimo I can now map `` in Neovide (`0.10.4.r17.gf412399-2`) :rocket: Unrelated issue I stumbled into, when in terminal mode, accidentally pressing shift+space will exit terminal mode in the terminal and...

> @Hubro, which shell are you using. Maybe that's a feature or a mapping of that? I'm using zsh, but `` takes me out of terminal mode in Neovim, and...

@fredizzimo Indeed, there is no such mapping. I have also tried to unmap my workaround-mapping (`:tunmap `), which triggers the weird behavior again.

@fredizzimo Sorry I was wrong, `` does not exit terminal mode, I only thought so because of another weird issue. Whenever I move my mouse over my Neovide window, it...

Or, come to think of it, perhaps pressing `` on a line in Trouble could just execute the same action that would be executed in the built-in quickfix list? That...

> Wow, this is a nice description! Thanks! v2.4.0 sets the proper size for tmux windows Awesome :tada: overmind 2.4.0 fixed the issue! ![image](https://user-images.githubusercontent.com/597206/215123523-b82f621a-ae8a-4e0d-85dc-b413ce2266fe.png) Is a similar fix possible for...

I have a similar issue, I use `nix-direnv`, which builds and activates a nix dev shell. I sometimes want to reload my env (as in `cd ..; cd -`), primarily...