summaryrefslogtreecommitdiff
path: root/.vim/rgb.txt
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2013-04-16 16:12:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-16 16:13:27 +0200
commita2ef0fa33fb18b70d41459eb8b60c790d900c6cd (patch)
tree6cf2185c8da7638ee78aebb5762e88d36e920ddd /.vim/rgb.txt
parent71c3025168036b192e869529e41351e1f217f682 (diff)
downloaddotfiles-a2ef0fa33fb18b70d41459eb8b60c790d900c6cd.tar.gz
dotfiles-a2ef0fa33fb18b70d41459eb8b60c790d900c6cd.tar.bz2
dotfiles-a2ef0fa33fb18b70d41459eb8b60c790d900c6cd.zip
Overhaul vimperatorrc
Diffstat (limited to '.vim/rgb.txt')
0 files changed, 0 insertions, 0 deletions
>show: better clip error messageJason A. Donenfeld1-3/+3 2016-02-05show: allow selecting which clip lineJason A. Donenfeld2-9/+10 2016-02-05generate: have a default length of 25Jason A. Donenfeld2-6/+12 Folks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>