aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vim_mode: Implement . (repeat).Simon Ruderich2010-09-261-3/+26
* vim_mode: Don't run the operator if the position hasn't changed.Simon Ruderich2010-09-261-1/+3
* vim_mode: Add W B E.Simon Ruderich2010-09-261-5/+20
* vim_mode: Add/remove some empty lines.Simon Ruderich2010-09-261-2/+2
* vim_mode: Fix p at the end of the line.Simon Ruderich2010-09-261-1/+7
* vim_mode: Add ~.Simon Ruderich2010-09-261-0/+15
* changed history version-check to emulate an up/down arrow keypress on olderTom Feist2010-09-261-2/+13
* added version test to history motion to avoid erroring on older versions thatTom Feist2010-09-261-1/+4
* vim_mode: Add missing documentation for y p P.Simon Ruderich2010-09-261-0/+1
* vim_mode: Move some code, no changes.Simon Ruderich2010-09-261-17/+15
* vim_mode: Implement yank/paste: y p P.Simon Ruderich2010-09-261-8/+60
* vim_mode: Update documentation.Simon Ruderich2010-09-261-2/+3
* vim_mode: Only print debug output if DEBUG is 1.Simon Ruderich2010-09-261-5/+4
* vim_mode: Add myself to authors.Simon Ruderich2010-09-261-2/+2
* vim_mode: Use push with @esc_buf.Simon Ruderich2010-09-261-3/+1
* vim_mode: Implement a.Simon Ruderich2010-09-261-1/+6
* bugfix for history movement when history list is empty.Tom Feist2010-09-261-3/+5
* Merge branch 'dev'Tom Feist2010-09-261-25/+53
|\
| * vim_mode: Fix f,t,F,T. They are not operators!Simon Ruderich2010-09-251-25/+53
* | added support for j,k to scroll back and forth through the history. HistoryTom Feist2010-09-261-2/+51
|/
* belatedly realised that the setting is not "cmdkeys". Ooops.Tom Feist2010-09-251-1/+1
* changed cmdchars to use settings rather than parse_specialTom Feist2010-09-251-1/+1
* Merge branch 'dev' of github.com:shabble/shab-irssi-scriptsTom Feist2010-09-251-0/+16
|\
| * vim_mode: Enter in command mode sends current line.Simon Ruderich2010-09-251-0/+16
* | changes suggested by ahf to guide.pod - be less bossyTom Feist2010-09-251-3/+2
* | added a not-quite-functional channel autojoin throttling scriptTom Feist2010-09-251-0/+115
* | Merge branches 'master' and 'dev'Tom Feist2010-09-250-0/+0
|/
* vim_mode: Add support for t,T,f,T.Simon Ruderich2010-09-251-0/+62
* vim_mode: Minor documentation update.Simon Ruderich2010-09-251-0/+6
* vim_mode: Also display Ex mode in the statusline.Simon Ruderich2010-09-251-0/+2
* vim_mode: Implement vi-operators.Simon Ruderich2010-09-251-219/+201
* vim_mode: _update_mode() also sets mode.Simon Ruderich2010-09-251-8/+6
* vim_mode: Add some minor documentation.Simon Ruderich2010-09-251-0/+2
* fixed I/A swap (patch by rudi_s), and a few other misc. changes.Tom Feist2010-09-251-15/+77
* argument processing is now mostly together, along with rudimentary support forTom Feist2010-09-211-37/+204
* added some brief documentation in comments to vim-modeTom Feist2010-09-201-1/+27
* moved to an emulated keystrokes approach rather than trying to reimplement theTom Feist2010-09-201-42/+69
* new key detection system that incorporates a buffer to identify sequences thatTom Feist2010-09-201-28/+85
* started work on a 'vim-mode' to emulate some of that crazy shit for irssi.Tom Feist2010-09-201-0/+181
* fixed a stupid typo, and made it more clear how to install it.Tom Feist2010-09-201-2/+3
* added a warning message to prompt_info indicating that the user hasn't modifiedTom Feist2010-09-201-0/+11
* added 'space' option to scrolled reminder to take you to the end of theTom Feist2010-09-201-1/+6
* cleaned up formatting, referenced origin of url regex, and filled out script ...Tom Feist2010-09-171-4/+13
* left a debugging print in. Commented it out now. Bah.Tom Feist2010-09-161-1/+1
* fixed bug that tried to complete non-uri strings, and also added a check to seeTom Feist2010-09-161-2/+4
* modified it to use DaringFireball liberal uri match rather than re::common to...Tom Feist2010-09-161-3/+42
* added a script to tab-complete URIs into their tinified equivalentsTom Feist2010-09-161-0/+29
* added some requests for help notes to the index pageTom Feist2010-09-055-9/+499
* extracted all signals from irssi codebase, uniqed and sorted: complete-signal...Tom Feist2010-08-273-0/+1140
* A custom expando like $M that doesnt show channel keyTom Feist2010-08-261-0/+24