Igor Epstein
Igor Epstein
Hi, @xaizek. I would like to remind you about this proposal. It would be very useful to have a way to alternate viewers. Thanks!
This would be very helpful indeed. For ex., it will give a possibility to spawn a new tab from TUI file manager with the selected directory and give the tab...
Nope, I just used the precompiled executable from yhe '.out' folder of the source tree. @phuhl Can you help, please?
Good, will test eventually. Now you may open a PR :)
I wrote the following right now. Seems to work properly: (add-hook 'after-change-major-mode-hook (lambda() (modify-syntax-entry ?_ "w") (pcase major-mode ('lua-mode (modify-syntax-entry ?- "w 12")) ('sql-mode (modify-syntax-entry ?- "w 12b")) (_ (modify-syntax-entry...