Emacs-w3m

相關網站

安裝

 $ sudo aptitude install w3m w3m-img w3m-el

設定

(setq w3m-use-favicon nil)
(setq w3m-command-arguments '("-cookie" "-F"))
(setq w3m-use-cookies t)
(setq w3m-home-page "http://www.google.com.tw/")
(setq w3m-tab-width 8)

;; 讓w3m為預設的瀏覽器
;(setq browse-url-browser-function 'w3m-browse-url)
;; 使用預設瀏覽器打開游標下的網址
(global-set-key (kbd "C-c o") 'browse-url-at-point)

常用命令

g (w3m-goto-url)
c (w3m-print-current-url)
R (w3m-reload-this-page)
SPC Scroll downwards
DEL Scroll upwards
> (w3m-scroll-left)
< (w3m-scroll-right)
. Shift to the left
, Shift to the right
M-l (w3m-horizontal-recenter)
TAB Move the point to the next link
M-TAB Move the point to the previous anchor.
] Move the point to the next form.
[ Move the point to the previous form.
} Move the point to the next image.
{ Move the point to the previous image
B (w3m-view-previous-page)
N (w3m-view-next-page).
H (w3m-gohome)
^ parent directory of the page currently displayed
q (w3m-close-window).
Q (w3m-quit)
T (w3m-toggle-inline-images)
I (w3m-view-image)
M-i (w3m-save-image)
M-[ (w3m-zoom-out-image)
M-] (w3m-zoom-in-image)
s (w3m-history)
a (w3m-bookmark-add-current-url)
M-a (w3m-bookmark-add-this-url)
v (w3m-bookmark-view)
C-k (w3m-bookmark-kill-entry)
E (w3m-bookmark-edit)
C-_ (w3m-bookmark-undo)
C-c C-t (w3m-copy-buffer)
C-c C-w (w3m-delete-buffer)
C-c M-w (w3m-delete-other-buffers)
C-c C-p (w3m-previous-buffer)
C-c C-n (w3m-next-buffer)
C-c C-a (w3m-switch-buffer)
C-c C-s (w3m-select-buffer)
d (w3m-download-this-url)
C-c C-c (w3m-submit-form)
C-c C-q (w3m-form--keymap)
D (w3m-dtree)

emacs wget

介紹:Emacs-wget

* 安裝
 $ sudo aptitude install wget.el

dhelp

Read all documentation with a WWW browser. dhelp builds a index of all installed HTML documentation. You don't need a WWW server to read the documentation. dhelp offers a very fast search in the HTML documents.

安裝 dhelp

$ sudo aptitude install dhelp

用 w3m 打開 dhelp 設好書籤,就很方便看文件了。

file:///usr/share/doc/HTML/index.html

[ 書籤 | 搜尋 | blog | 留言 | Home ]

Firefox Emacs Muse Debian

最後更新 四月 17, 2008 , by alan

Creative Commons License
本 著作 係採用 創用 CC 姓名標示-非商業性-相同方式分享 2.5 台灣 授權條款授權.