diff options
author | Daniel Carl <danielcarl@gmx.de> | 2012-12-29 16:00:20 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2012-12-29 16:00:20 +0100 |
commit | 438b0285812c262febde5955f081371dbe60bee3 (patch) | |
tree | ec715ca5359674cc7b8177bee1cc2bf0c5eae54d /doc | |
parent | 85a5b76aeedff2376200011b7e449bfbbe4fd378 (diff) |
Added all suggested keybindings to th default configuration.
Doing it in this way allow to use the browser with full keyboard support
without creating a configuration for before enjoying the great browser
experience.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/config b/doc/config deleted file mode 100644 index 3a9e587..0000000 --- a/doc/config +++ /dev/null @@ -1,36 +0,0 @@ -# default config -nmap gf=source -nmap <shift-:>=input -nmap o=inputopen -nmap t=inputtabopen -nmap O=inputopencurrent -nmap T=inputtabopencurrent -nmap d=quit -nmap <ctrl-o>=back -nmap <ctrl-i>=forward -nmap r=reload -nmap R=reload! -nmap <ctrl-c>=stop -nmap <ctrl-f>=pagedown -nmap <ctrl-b>=pageup -nmap <ctrl-d>=halfpagedown -nmap <ctrl-u>=halfpageup -nmap gg=jumptop -nmap G=jumpbottom -nmap 0=jumpleft -nmap $=jumpright -nmap h=scrollleft -nmap l=scrollright -nmap k=scrollup -nmap j=scrolldown -nmap f=hint-link -nmap F=hint-link-new -nmap ;o=hint-input-open -nmap ;t=hint-input-tabopen -nmap ;y=hint-yank -nmap y=yank-uri -nmap Y=yank-selection -cmap <tab>=complete -cmap <shift-tab>=complete-back -hmap <tab>=hint-focus-next -hmap <shift-tab>=hint-focus-prev |