1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:58:00 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Martin Stubenschrott
2750f36032 added count support to gi 2008-03-31 12:39:56 +00:00
Martin Stubenschrott
14cbb1882d added "more" to nextpattern 2008-03-27 20:39:44 +00:00
Martin Stubenschrott
618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott
97b6581985 many updated to muttator, with selectMessage() function, and lots of mappings added 2008-03-02 00:40:03 +00:00
Martin Stubenschrott
aa3934cf2d fixed system() and other io methods 2008-02-29 23:47:27 +00:00
Martin Stubenschrott
57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott
8c45097170 made :dialogs generic, moved more commands to vim.js 2008-02-28 23:37:35 +00:00
Martin Stubenschrott
09eb8e5939 begin moving commands from commands.js to where they belong 2008-02-25 15:22:12 +00:00
Martin Stubenschrott
4ac9a3aa0f got rid of all remaining mappings in mappings.js, most of the moved to editor.js 2008-02-24 12:16:12 +00:00
Martin Stubenschrott
f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott
800516acba more refactoring 2008-02-23 23:00:43 +00:00
Martin Stubenschrott
a92f9c9a2b moved some mappings to buffer.js and hints.js 2008-02-23 21:17:39 +00:00
Martin Stubenschrott
3b461b18c2 began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping 2008-02-14 15:00:05 +00:00
Martin Stubenschrott
d1560b0cfb moved v.buffer.switchTo to v.tabs.switchTo 2008-02-12 18:28:07 +00:00
Martin Stubenschrott
fec955dcb2 changed "B" mapping. Also moved tab specific mappings/commands from commands.js and mappings.js to tabs.js; This kind of changes will occur frequently in future. 2008-02-12 15:57:12 +00:00
Martin Stubenschrott
3f6a157524 renamed buffers.js to buffer.js 2008-02-11 17:13:20 +00:00