tmpm697
tmpm697
We can have two options in right mouse context menu: ``` 1. Highlight Selection 2. Reset & Highlight Selection ``` 1. Will just append/add/plus the candidate to current marks `array`....
> Maybe we could have two settings? One option to enable Highlight Selection, another to enable Highlight Only Selection. yes, that's sound good, same convenience, require user to press keys...
@jasonwilliams so currently no way to load external config file, i have config in ~/.config/helix but it seems not load it.
> Setting the default_border as pixel 0 i was able to get rid of the title bar > > I am running version 1.8.2 in void not work for me....
> I have it with: > > ``` > gaps outer 0 > gaps inner 0 > hide_edge_borders --i3 smart > workspace_layout tabbed > ``` > > Thats the entire...
> Is there any workaround which can highlight the active windows & hide the title bar? > > Here's what I've tried: > > * `font pango:monospace 0` shows `Invalid...
@emersion why clean it so fast as we haven't yet come up with an PR? I have two layouts, one that adheres with that font trick, one curently use (was...
You can try to remove `sleep 3` --> `fzf` will exit and return prompt super fast, you're including `fzf` in this case but it's minor. The issue is `sleep` command...
@iandol thanks, it seems to be like that, when fzf is called -> move cursor where it's needed (in this case drop cursor next line and hold where user can...
more info if someone stumble by this issue, this flick issue with `fzf` and terminal will be reduced if you set `fzf --height 100%` --> fzf take full terminal screen...