Przemek Pawlas
Przemek Pawlas
Agreed, the lack of ability to quickly reinstall is annoying. Sometimes you have to uninstall a package first, then uninstall a dependency that is basically `(install)` version of the package....
2 issues from that thread are remaining: - [ ] repeating events (at least monthly, not sure about other periods) are only shown for the 1st month, they aren't displayed...
Not a bug - lack of a commonly used feature supported by many scripts (including SCEditor, ofc temporarily) rather as I mentioned on Slack not so long ago. Would be...
@samclarke, any possible solution other than recreating all commands ourselves? Thanks in advance for any input.
1. Go to source mode. 2. Wrap any text and use any font size. 3. Wrap the text again and use any other font size - it won't be overwritten....
IMO, even though it's not considered a bug, it could be corrected, A proper regex would suffice.
I added `set -g @resurrect-save-bash-history 'off'` to my conf, also executed the tmux command in console, is that supposed to disable those annoying messages? Nothing changed.
``` # Plugins set -g @plugin 'tmux-plugins/tmux-yank' set -g @override_copy_command 'copyq -e "copy(input()); add(input())"' set -g @plugin 'tmux-plugins/tmux-sidebar' set -g @sidebar-tree-command 'tree -C' set -g @sidebar-tree-position 'right' set -g @plugin...
Oh, so that overwrote it, thought it was some kind of other setting, thanks.