From 3af0c45c301c8b35cd92642b0fc17c42f290d84a Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Mar 2022 14:17:33 +0100 Subject: [PATCH] mapping to pwgen --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 315c090..d10f7e1 100644 --- a/.vimrc +++ b/.vimrc @@ -22,7 +22,6 @@ function! Spelling(lang) endif endfunction - nnoremap :echo "No left for you!" vnoremap :echo "No left for you!" inoremap :echo "No left for you!" @@ -48,12 +47,14 @@ syntax on nnoremap let mapleader=" " + map ss :call FixLastSpellingError() map u1 :call MakeHeading(1) map u2 :call MakeHeading(2) map ls :call Spelling("sv") map le :call Spelling("en") map lo :call Spelling("off") +map pass :r! pwgen 25 1 filetype indent plugin on