Docbroke

Results 35 comments of Docbroke

sharad ~ > echo primary | xclip -i sharad ~ > echo clipboard | xclip -sel c sharad ~ > xclip -o primary sharad ~ > xclip -o -sel c...

well AFAIK, autocutsel by default syncs cutbuffer with clipboard, and when you use -selection PRIMARY it syncs cutbuffer with primary (not primary with clipboard as you have interpreted) so if...

I think `Esc` or `Ctrl-c` to leave the rename prompt will be more intuitive. There is no need for undo, it would be easier to escape and rename again. Too...

`Ctrl-x` doesn't work if `Esc` key is used before it. keys like arrow key, del, backspace have weird behavior if they are used immediately after `Esc`

After updating clifm today (after 4 days), I am getting seg faults with `m sel` or `c sel`.

seg fault issue solved.

I don't have any experience regarding how syntax highlight works. Any file written using some macro can have generic groff requests as well, so you can use .bp to break...

I have expanded on this idea to create a file-opener script https://github.com/Docbroke/opener However to use this with fff, some code change is needed. Under the funciton open() entire case statement...

Possible workaround is to change bulk_rename bindings from (b,B) to (r,R), and change rename keybinding from (r) to F2 key.

This may be good idea for reducing CPU consumption. Only page that is displayed consumes CPU while other pages simply stays in RAM. I think firefox has something like that,...