camgraff

Results 12 comments of camgraff

+1 for this! I'd love to get back the ability to make a change to my .vimrc, save, re-source, and test if my change results in the expected functionality all...

adding `else` to the default patterns accomplishes this. ``` patterns = { -- Match patterns for TS nodes. These get wrapped to match at word boundaries. -- For all filetypes...

I experienced this when using the neovim AppImage. The issue is that when using the appimage, the [save_command `ps` strategy](https://github.com/tmux-plugins/tmux-resurrect/blob/master/save_command_strategies/ps.sh) resolves the `nvim` command as something like: ``` /tmp/.mount_nvimBLrhe6/usr/bin/nvim -S...

I think it's a bug with duplicate window names in the same session. Will try to fix it in the next couple of days.

I just pushed some changes. Let me know if you're still having issues

You ran `:PlugUpdate` or `:PackerUpdate` and `:PackerCompile` if you're using packer? If yes, I want to get clarification. The issue is the when you cycle through the entries in the...

> maybe the window number is a more unique identifier, tbh I thought the status format would alter the name, just discovering that it doesn't Under the hood, it uses...

> shows telescope tmux previewer as the session name This is because the extension creates a "dummy session" named `telescope-tmux-previewer` and links the tmux window to the dummy session in...

Ok, I'm still trying to understand your issue with the window previewer. So you do not have the same behavior that is shown in the gif below? ![](https://i.imgur.com/RssY4Bp.gif)

Okay, hopefully it's fixed now. I noticed in your gif/screenshots that your previewer has 2 windows instead of just 1. I'm guessing you're setting `base-index` in your `.tmux.conf` to 1?...