Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bugfix for history movement when history list is empty. | Tom Feist | 2010-09-26 | 1 | -3/+5 | |
| | ||||||
* | Merge branch 'dev' | Tom Feist | 2010-09-26 | 1 | -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 Ruderich | 2010-09-25 | 1 | -25/+53 | |
| | | | | | | | | Instead they are movements which take an additional argument. | |||||
* | | added support for j,k to scroll back and forth through the history. History | Tom Feist | 2010-09-26 | 1 | -2/+51 | |
|/ | | | | position is reset when entering insert mode. | |||||
* | belatedly realised that the setting is not "cmdkeys". Ooops. | Tom Feist | 2010-09-25 | 1 | -1/+1 | |
| | ||||||
* | changed cmdchars to use settings rather than parse_special | Tom Feist | 2010-09-25 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'dev' of github.com:shabble/shab-irssi-scripts | Tom Feist | 2010-09-25 | 1 | -0/+16 | |
|\ | ||||||
| * | vim_mode: Enter in command mode sends current line. | Simon Ruderich | 2010-09-25 | 1 | -0/+16 | |
| | | | | | | | | Also switches back to insert mode. | |||||
* | | changes suggested by ahf to guide.pod - be less bossy | Tom Feist | 2010-09-25 | 1 | -3/+2 | |
| | | ||||||
* | | added a not-quite-functional channel autojoin throttling script | Tom Feist | 2010-09-25 | 1 | -0/+115 | |
| | | ||||||
* | | Merge branches 'master' and 'dev' | Tom Feist | 2010-09-25 | 0 | -0/+0 | |
|/ | ||||||
* | vim_mode: Add support for t,T,f,T. | Simon Ruderich | 2010-09-25 | 1 | -0/+62 | |
| | ||||||
* | vim_mode: Minor documentation update. | Simon Ruderich | 2010-09-25 | 1 | -0/+6 | |
| | ||||||
* | vim_mode: Also display Ex mode in the statusline. | Simon Ruderich | 2010-09-25 | 1 | -0/+2 | |
| | ||||||
* | vim_mode: Implement vi-operators. | Simon Ruderich | 2010-09-25 | 1 | -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 Ruderich | 2010-09-25 | 1 | -8/+6 | |
| | ||||||
* | vim_mode: Add some minor documentation. | Simon Ruderich | 2010-09-25 | 1 | -0/+2 | |
| | ||||||
* | fixed I/A swap (patch by rudi_s), and a few other misc. changes. | Tom Feist | 2010-09-25 | 1 | -15/+77 | |
| | ||||||
* | argument processing is now mostly together, along with rudimentary support for | Tom Feist | 2010-09-21 | 1 | -37/+204 | |
| | | | | prefix numeric arguments. Needs some actual commands to do something with it though. | |||||
* | added some brief documentation in comments to vim-mode | Tom Feist | 2010-09-20 | 1 | -1/+27 | |
| | ||||||
* | moved to an emulated keystrokes approach rather than trying to reimplement the | Tom Feist | 2010-09-20 | 1 | -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 that | Tom Feist | 2010-09-20 | 1 | -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 Feist | 2010-09-20 | 1 | -0/+181 | |
| | ||||||
* | fixed a stupid typo, and made it more clear how to install it. | Tom Feist | 2010-09-20 | 1 | -2/+3 | |
| | ||||||
* | added a warning message to prompt_info indicating that the user hasn't modified | Tom Feist | 2010-09-20 | 1 | -0/+11 | |
| | | | | their prompt theme to include the necessary expando. | |||||
* | added 'space' option to scrolled reminder to take you to the end of the | Tom Feist | 2010-09-20 | 1 | -1/+6 | |
| | | | | scrollback buffer. Idea stolen from #irssi/Grawity ^_^ | |||||
* | cleaned up formatting, referenced origin of url regex, and filled out script ↵ | Tom Feist | 2010-09-17 | 1 | -4/+13 | |
| | | | | descriptor block a bit better | |||||
* | left a debugging print in. Commented it out now. Bah. | Tom Feist | 2010-09-16 | 1 | -1/+1 | |
| | ||||||
* | fixed bug that tried to complete non-uri strings, and also added a check to see | Tom Feist | 2010-09-16 | 1 | -2/+4 | |
| | | | | if its already been shortened to prevent recursive shortening. | |||||
* | modified it to use DaringFireball liberal uri match rather than re::common ↵ | Tom Feist | 2010-09-16 | 1 | -3/+42 | |
| | | | | to handle more cases | |||||
* | added a script to tab-complete URIs into their tinified equivalents | Tom Feist | 2010-09-16 | 1 | -0/+29 | |
| | ||||||
* | added some requests for help notes to the index page | Tom Feist | 2010-09-05 | 5 | -9/+499 | |
| | ||||||
* | extracted all signals from irssi codebase, uniqed and sorted: ↵ | Tom Feist | 2010-08-27 | 3 | -0/+1140 | |
| | | | | complete-signal-list.txt | |||||
* | A custom expando like $M that doesnt show channel key | Tom Feist | 2010-08-26 | 1 | -0/+24 | |
| | ||||||
* | lots of doc updates | Tom Feist | 2010-08-23 | 8 | -127/+390 | |
| | ||||||
* | moved some stuff into General, and started to modify buildpod.pl to render a ↵ | Tom Feist | 2010-08-22 | 7 | -13/+231 | |
| | | | | better index page. | |||||
* | oh god stupid git. Well, also my fault for committing the wrong thing. | Tom Feist | 2010-08-21 | 1 | -62/+0 | |
| | ||||||
* | move fail. Meh | Tom Feist | 2010-08-21 | 1 | -4/+27 | |
| | ||||||
* | renamed patch file with svn rev patched against | Tom Feist | 2010-08-21 | 1 | -0/+62 | |
| | ||||||
* | added masshilight on requset form bikcmp - modified original to support ↵ | Tom Feist | 2010-08-21 | 1 | -0/+111 | |
| | | | | configurable actions when flood detected | |||||
* | added first attempt at a patch for creating bindings accessor. Currently ↵ | Tom Feist | 2010-08-21 | 7 | -282/+473 | |
| | | | | lives in the Irssi::UI::bindings() to avoid poking makefiles too hard | |||||
* | some stuff with colour popups | Tom Feist | 2010-08-04 | 7 | -41/+45 | |
| | ||||||
* | initial add of mirc_colour_popup.pl | Tom Feist | 2010-07-31 | 2 | -0/+91 | |
| | ||||||
* | working? verion of scrolled reminder | Tom Feist | 2010-07-24 | 2 | -28/+144 | |
| | ||||||
* | moved testing stuff to a signle dir | Tom Feist | 2010-07-24 | 7 | -3/+63 | |
| | ||||||
* | added some text files with various irssi perl-xs glue function dumps | Tom Feist | 2010-07-24 | 2 | -0/+382 | |
| | ||||||
* | moved prompt_info to its own subdir | Tom Feist | 2010-07-24 | 1 | -0/+0 | |
| | ||||||
* | moved most tests to feature-tests/ | Tom Feist | 2010-07-24 | 8 | -150/+0 | |
| | ||||||
* | updated script info to add my url and to change contact details to me | Tom Feist | 2010-07-24 | 1 | -3/+3 | |
| | ||||||
* | added some notes to the rl_history_search script regarding the use of Ctrl-S ↵ | Tom Feist | 2010-07-24 | 1 | -1/+9 | |
| | | | | when flow control is enabled |