add README.md

This commit is contained in:
Guobao Jiang 2014-03-17 13:38:12 +08:00
parent 54fe352db5
commit 6851ecdaf2
2 changed files with 30 additions and 0 deletions

3
conkeror/.conkerorrc Normal file
View File

@ -0,0 +1,3 @@
// .conkerorrc is conkeror configure file
define_key(default_global_keymap, "y", "switch-to-buffer");

27
conkeror/README.md Normal file
View File

@ -0,0 +1,27 @@
CONKEROR
==========
###INTRO
Conkeror is a mozilla-based emacs-style web browser.
###KEY-BINDING
* M-p previous buffer
* M-n forward buffer
* f link hints mode, use f t h i s before if possible
* C-x-v open url in current buffer
* C-x-f open url in new buffer
* C-x-k close buffer (q for close current buffer)
* C-x 5 2 new window
* C-x 5 0 close current window
* f follow link in current buffer, i.e. hints mode
* C-u f follow link in new buffer
* c 0 copy(yank) current url
* c copy link url
* i c copy image url
* s save link
* i s save image
* \\ view source
* M-x b bookmark
* t input text
* C-h k key-binding describe
* C-h f command describe