aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Should be faster (and a little cleaner).
* 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
|\ | | | | | | | | | | | | Conflicts: vim-mode/vim_mode.pl merged with ftFT from rudi.
| * vim_mode: Fix f,t,F,T. They are not operators!Simon Ruderich2010-09-251-25/+53
| | | | | | | | Instead they are movements which take an additional argument.
* | added support for j,k to scroll back and forth through the history. HistoryTom Feist2010-09-261-2/+51
|/ | | | position is reset when entering insert mode.
* 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
| | | | | | | | Also switches back to insert mode.
* | 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
| | | | | | Also switch back to custom move commands instead of using irssi's. Some simplifications. Ex-mode is used as mode now.
* 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
| | | | prefix numeric arguments. Needs some actual commands to do something with it though.
* 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
| | | | | various movement functions. Might be an issue finding the correct bindings - maybe easier to have it set a whole load of its own on init in some obscure place
* new key detection system that incorporates a buffer to identify sequences thatTom Feist2010-09-201-28/+85
| | | | start with an Esc, and distinguish them from a press of the Esc key.
* 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
| | | | their prompt theme to include the necessary expando.
* added 'space' option to scrolled reminder to take you to the end of theTom Feist2010-09-201-1/+6
| | | | scrollback buffer. Idea stolen from #irssi/Grawity ^_^
* cleaned up formatting, referenced origin of url regex, and filled out script ↵Tom Feist2010-09-171-4/+13
| | | | descriptor block a bit better
* 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
| | | | if its already been shortened to prevent recursive shortening.
* modified it to use DaringFireball liberal uri match rather than re::common ↵Tom Feist2010-09-161-3/+42
| | | | to handle more cases
* 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: ↵Tom Feist2010-08-273-0/+1140
| | | | complete-signal-list.txt
* A custom expando like $M that doesnt show channel keyTom Feist2010-08-261-0/+24
|
* lots of doc updatesTom Feist2010-08-238-127/+390
|
* moved some stuff into General, and started to modify buildpod.pl to render a ↵Tom Feist2010-08-227-13/+231
| | | | better index page.
* oh god stupid git. Well, also my fault for committing the wrong thing.Tom Feist2010-08-211-62/+0
|
* move fail. MehTom Feist2010-08-211-4/+27
|
* renamed patch file with svn rev patched againstTom Feist2010-08-211-0/+62
|
* added masshilight on requset form bikcmp - modified original to support ↵Tom Feist2010-08-211-0/+111
| | | | configurable actions when flood detected
* added first attempt at a patch for creating bindings accessor. Currently ↵Tom Feist2010-08-217-282/+473
| | | | lives in the Irssi::UI::bindings() to avoid poking makefiles too hard
* some stuff with colour popupsTom Feist2010-08-047-41/+45
|