Rational-Curiosity

Results 5 comments of Rational-Curiosity

My multi-monitor solution: ```lisp (defun mini-frame-show-parameters-dwim () (let* ((workarea (nth exwm-workspace-current-index exwm-workspace--workareas)) (workarea-width (aref workarea 2))) `((parent-frame . nil) (z-group . above) (top . ,(+ (aref workarea 1) 10)) (left...

No, i haven't. I don't know how to do it.

Version 0.31.4 works fine for me, 0.31.9 appear `Exception($0)`.

Usually the most annoying invisible characters are those at the end of the line. In my opinion an option to highlight only these is very useful.

Fixed this and another issues but removed `off_left` and `off_right` options... [Rational-Curiosity/tmux-thumbs](https://github.com/Rational-Curiosity/tmux-thumbs) tmux regex capturing quotes: ``` set-option -g @thumbs-regexp-1 "(?:^|[^\\\\])(\"(?:\\\\\"|[^\"\n])*[^\\\\\n]\"|'(?:\\\\'|[^'\n])*[^\\\\\n]'|`(?:\\\\`|[^`\n])*[^\\\\\n]`)" ``` ---- EDIT ---- Restored `off_left` and `off_right` options...