acamso

Results 6 comments of acamso

@dylanaraps - Is there a way to show the hex value next to each color in the preview for quick reference? Or is there another recommended way? Edit - Using...

I prefer sorting this way as well; looking to use alongside `--group-directories-first`: `{dirs} {dot dirs} {files} {dot files}`

For above, you may need to exclude symlink dirs: `*(^-/)`

If I open a new buffer / window for a new file that requires root access, I am still prompted for a password even with `let g:suda#nopass = 1` set....

Thanks - if I get to it I will submit a pull request.

Yeah, you can add a wordlist in a variety of ways. You could load the wordlist from file and do something like: `WORDS = open("wordlist.txt").read().splitlines() ` ` PWORDS = [w...