Berkeley Martinez

Results 49 comments of Berkeley Martinez

Has the fix been released? Also, not sure if it is relavent, but this doesn't seem to effect self-closing tags ![image](https://user-images.githubusercontent.com/6775919/179646856-297cd9db-a3f9-4eb8-9399-120aac0a0fa7.png) ....also, kinda digging it a bit. Does that make...

Looks like there is still some oddness. I'll upload a gif of what I'm experiencing. On the latest commit: I first open a new term, and switch to normal mode....

@jeffreytse how do you mean? I can do some more debugging if you give me some guidance as I'm not that familiar with the inner works of zsh.

@jeffreytse Here are the plugins and config I use for zsh https://github.com/berkeleytrue/dotfiles/blob/master/.config/zsh/.zshrc And my theme https://github.com/berkeleytrue/dotfiles/blob/master/.config/zsh/ghanima.zsh-theme

@jeffreytse Thanks for looking into it. Should I remove the offending code? I put that code together several years ago so I'm sure a lot has changed in zsh. Edit:...

@jeffreytse I just gave it a try and I was still seeing the same behavior

I use kitty terminal and run tmux but I am local to my machine

FYI: I ended up removing this plugin and just building tailwind separately. https://github.com/BerkeleyTrue/dotcom/blob/master/package.json#L12 ``` "concurrently 'npm:eleventy:watch' 'npm:tailwind:watch'" "tailwind:watch": "npm run tailwind:build -- --watch", "eleventy:watch": "eleventy --serve", ```

Same issue with Fugitive diffs. Prevents the gdiff buffer from closing, which then causes prevents the window from closing normally. ![image](https://user-images.githubusercontent.com/6775919/92040651-aa043300-ed2b-11ea-9085-897b7bf67268.png) edit: Got it to ignore fugitive buffs. Here is...

any updates on this?