aboutsummaryrefslogtreecommitdiffstats
path: root/keybind.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-04Add command to go home.We're Yet1-1/+1
When w3m is launched, if no other options are specified, it attempts to read HTTP_HOME and WWW_HOME from the environment and upon finding a value for one of these load the url specified. Once launched, though, w3m provides no convenience for navigating to the home page. Here, that ability is added. A new command GOTO_HOME is defined with a default key binding of C-_.
2013-04-08Support SGR 1006 mouse reportingTatsuya Kinoshita1-1/+1
Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466] on 2012-07-15, provided by Hayaki Saito.
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-2/+2
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+194
2006-05-29Add SHIFT-TAB as a default binding for PREV_LINK.Dai Sato1-2/+2
2002-12-13[w3m-dev 03567] default keybindingFumitoshi UKAI1-12/+12
* doc-jp/keymap.default (C-q,C-t,(,),+,-,D,L,T,m,r,{,|,}, M-c,M-k,M-l,M-m,M-o,M-t): assign * doc/keymap.default: ditto * keybind.c: ditto * doc-jp/keymap.lynx (C-q,C-t,C-u,(,),,,.,;,D,L,T,W,[,], m,r,w,{,|,},M-<,M->,M-W,M-c,M-g, M-k,M-l,M-m,M-n,M-o,M-p,M-t,M-w): assign * doc/keymap.lynx: ditto * keybind_lynx.c: ditto * doc-jp/menu.default (Main): Select,SelectTab,TAB_LINK * doc/menu.default: ditto From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-11-11[w3m-dev 03407] char GlobalKeymap -> unsigned char GlobalKeymapFumitoshi UKAI1-6/+6
* fm.h (GlobalKeymap): char->unsigned char (EscKeymap): ditto (EscBKeymap): ditto (EscDKeymap): ditto (PcKeymap): ditto * keybind.c: ditto * keybind_lynx.c: ditto From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-09-05[w3m-dev 03292] Re: load file at cursorFumitoshi UKAI1-2/+2
* anchor.c (reAnchorPos): added (reAnchorWord): added (reAnchorAny): rewrite to use reAnchorPos() * funcname.tab (MARK_WORD): added * keybind.c (;) MARK_WORD * main.c (getCurWord): added (chkWORD): added (is_wordchar): added (getCurWord): added (GetWord): rewrite to use getCurWord() * proto.h (chkWORD): added (reAnchorWord): added * doc/README.func: add MARK_WORD * doc/keymap.default: add MARK_WORD * doc-jp/README.func: add MARK_WORD * doc-jp/keymap.default: add MARK_WORD * NEWS: add MARK_WORD From: Fumitoshi UKAI <ukai@debian.or.jp>
2002-01-23[w3m-dev 02894] Re: goURLFumitoshi UKAI1-2/+2
* file.c (HTMLtagproc1): s/goURL/gorURL/ * keybind.c (EscKeymap): M-u = GOTO_RELATIVE * keybind_lynx.c (EscKeymap): ditto * doc/keymap.default: ditto * doc/keymap.lynx: ditto * doc-jp/keymap.default: ditto * doc-jp/keymap.lynx: ditto * main.c (MAIN): add $HTTP_HOME or $WWW_HOME to history * main.c (MAIN): add history even if it is local file or local cgi * main.c (goURL0): change args, def_url -> current * main.c (goURL0): delete ParsedURL *b_url * main.c (goURL0): add Buffer *cur_buf * main.c (goURL0): if current is supplied, use its URL as default * main.c (goURL0): add URL to history if loadURL succeeded * main.c (goURL): change args for goURL0() * main.c (gorURL): ditto From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
2001-12-25[w3m-dev 02726] incremental searchFumitoshi UKAI1-2/+2
From: Fumitoshi UKAI <ukai@debian.or.jp>
2001-11-24run make indentFumitoshi UKAI1-133/+129
2001-11-15Update to w3m-0.2.1-inu-1.6.Akinori Ito1-1/+1
2001-11-09Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5Akinori Ito1-2/+2