From: Daniel Carl Date: Sat, 1 Jun 2013 16:02:22 +0000 (+0200) Subject: Changed default kebinding for quit from 'q' to 'ctrl-q' (#16). X-Git-Url: https://git.owens.tech/assets/static/gitweb.css/assets/static/gitweb.css/git?a=commitdiff_plain;h=c65af9cd68ba58b90339aa43ef31c11530935649;p=vimb.git Changed default kebinding for quit from 'q' to 'ctrl-q' (#16). --- diff --git a/doc/vimb.1.txt b/doc/vimb.1.txt index 7d19e1d..0035b74 100644 --- a/doc/vimb.1.txt +++ b/doc/vimb.1.txt @@ -414,7 +414,7 @@ Open the last closed page. .B U Open the last closed page into a new window. .TP -.B d +.B ctrl\-q Quit the browser. .TP .BI [ N ]ctrl\-o diff --git a/src/config.h b/src/config.h index 1e010d4..f8e001e 100644 --- a/src/config.h +++ b/src/config.h @@ -50,7 +50,7 @@ const char *default_config[] = { "nmap gH=tabopen", "nmap u=open-closed", "nmap U=tabopen-closed", - "nmap d=quit", + "nmap =quit", "nmap =back", "nmap =forward", "nmap r=reload",