#tmuxresurrect — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tmuxresurrect, aggregated by home.social.
-
Just in case somebody finds this in the future: I've wasted several hours trying to fix this problem with f#@*!ng AI and then I used my brain for 20 minutes.
1. Regarding .tmux.conf or .tmux.conf.local (my case), you can specify apps to restore by resurrect with this:
set -g @resurrect-processes 'bmon emacs htop irssi less man mutt nvim qalc ssh tail top vi vim weechat'
Furthermore I've set this additionally:
set -g @resurrect-strategy-vim 'session'
set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-command-prefix 'exec 'But don't (!) use, even it sounds really nice, this:
set -g @resurrect-capture-pane-contents 'on'
This causes all apps to crash! No idea why. Maybe someone else is smarter than me. However, this changes already made the resurrect plugin restored every program listed in @resurrect-processes. All except neovim/nvim.
2. The snap hell! Don't install nvim via snap, like I did. I just remembered I've already had many problems with applications installed via snap in the past. So I've removed the neovim snap installation, added the official neovim PPA and installed it from here:
https://neovim.io/doc/install/
https://launchpad.net/~neovim-ppa/+archive/ubuntu/stableNow everything works fine. :)
https://youtu.be/watch?v=9XH2IKKHlBk
F@#*!ng snap!