index
:
irssi-scripts
dev
ex_history
join_password_channels
join_password_protected_channels
map-enhance
master
patches
richoH-dev
richoH-master
tab-complete
tab_completion
vim-newinput
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vim-mode
/
vim_mode.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
a fix for the dead channels
terminaldweller
1
-4
/
+15
2023-08-03
added a dead channel mode. accepts a list. will not send anything by disablin...
terminaldweller
1
-2
/
+24
2023-08-03
added two prompts(status bar items) that kinda work more like vim prompts now...
terminaldweller
1
-3
/
+157
2023-05-22
this change makes it so sb_position's statusbar item updates correctly with v...
terminaldweller
1
-4
/
+10
2022-04-27
janky fix
terminaldweller
1
-3
/
+12
2012-04-13
vim-mode: Document screen/tmux esc timeout issues and fix.
Simon Ruderich
1
-0
/
+15
2012-02-03
bump vim_mode version number to 1.1.0 ready for tagging.
vim_mode_1.1
Tom Feist
1
-2
/
+2
2012-02-02
vim_mode: change vim_mode_esc_buf_timeout setting to be of type TIME. Default
Tom Feist
1
-1
/
+8
2011-07-02
fixed _warn that should have been _debug, peth++
Tom Feist
1
-1
/
+1
2011-05-04
small documentation fixup
Tom Feist
1
-0
/
+5
2011-04-28
vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possibly
Tom Feist
1
-2
/
+2
2011-04-28
vim-mode/vim_mode: added new setting: 'esc_buf_timeout',
Tom Feist
1
-2
/
+9
2011-04-22
vim-mode/vim_mode: FINAL doc update for now. Or Else.
Tom Feist
1
-5
/
+5
2011-04-22
vim-mode/vim_mode: docs: missed a bracket.
Tom Feist
1
-1
/
+1
2011-04-22
vim-mode/vim_mode: more doc updates about hooks and sbar items.
Tom Feist
1
-19
/
+30
2011-04-22
vim-mode/vim_mode: more documentation on how to use uberprompt hooks and
Tom Feist
1
-1
/
+68
2011-04-22
vim-mode/vim_mode: added a new $vim_wins expando to be used instead of the
Tom Feist
1
-16
/
+28
2011-04-18
vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info as
Tom Feist
1
-4
/
+20
2011-04-18
vim-mode/vim_mode: all bullet points finally fired. I hope.
Tom Feist
1
-46
/
+88
2011-04-18
vim-mode/vim_mode: more docs update. Grar.
Tom Feist
1
-22
/
+8
2011-04-18
vim-mode/vim_mode: updated docs (only partially, to see how it looks)
Tom Feist
1
-39
/
+69
2011-04-18
vim-mode/vim_mode: more changes to docs and generator. Starting to look almost
Tom Feist
1
-77
/
+110
2011-04-18
vim-mode/vim_mode: podified help
Tom Feist
1
-244
/
+412
2011-04-08
vim-mode: minimal ex-mode tab-completion. Completes provided only the current
Tom Feist
1
-1
/
+9
2011-04-06
vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode from
Tom Feist
1
-32
/
+46
2011-04-06
vim_mode: C-c cancels ex mode. Start of <Leader> variable support.
Tom Feist
1
-3
/
+14
2011-04-06
vim_mode: ex_hist documentation additions and cleanup.
Tom Feist
1
-7
/
+16
2011-04-06
vim_mode: fix ambiguous shift warning.
ex_history
Tom Feist
1
-1
/
+1
2011-04-06
vim_mode: added history support to Ex mode. Can be scrolled backwards and
Tom Feist
1
-17
/
+127
2011-04-06
vim_mode: minor cleanup of constants
Tom Feist
1
-8
/
+8
2011-04-06
vim-mode: modify init sequence to bind (default) commands after settings are
Tom Feist
1
-7
/
+13
2011-04-01
modify all scripts to use the new script_is_loaded() function, since newer
Tom Feist
1
-7
/
+1
2011-03-04
vim-mode/vim_mode: make :mapped commands use appropriate context when calling
Tom Feist
1
-7
/
+27
2011-02-24
defined check to prevent a warning in flush_input_buffer() [thanks DE1]
Tom Feist
1
-1
/
+1
2011-02-19
fixed deprecated warning on defined (%hash)
Tom Feist
1
-1
/
+1
2011-02-12
vim-mode: Fix :map displaying <C-H> as mapped to <BS>.
Simon Ruderich
1
-0
/
+2
2011-01-20
vim-mode: Support ^H as BS key.
Simon Ruderich
1
-4
/
+5
2010-12-01
Revert "vim_mode: prototype of partial ex bindings"
Tom Feist
1
-31
/
+4
2010-12-01
vim_mode: prototype of partial ex bindings
map-enhance
Tom Feist
1
-4
/
+31
2010-11-29
vim_mode: Document cmdchars is not used for mappings.
Simon Ruderich
1
-0
/
+4
2010-11-22
vim_mode: mapped Irssi commands only use $server context if it is available.
Tom Feist
1
-1
/
+9
2010-11-22
vim_mode: fix :snext/prev generating warnings when not connected
Tom Feist
1
-0
/
+6
2010-11-08
vim-mode: Fix s not using count.
Simon Ruderich
1
-1
/
+1
2010-11-05
removed test/ dir since it was causing too much trouble
Tom Feist
1
-0
/
+2
2010-11-04
vim_mode: added a setting for 'prompt_leading_space' to determine whether the
Tom Feist
1
-6
/
+15
2010-11-04
vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret>
Tom Feist
1
-1
/
+1
2010-11-04
vim_mode: cleaned up docs pointing now to uberprompt
Tom Feist
1
-5
/
+7
2010-11-04
start of tab completion for :ex commands
Tom Feist
1
-1
/
+23
2010-10-26
whitespace cleanup
Tom Feist
1
-8
/
+70
2010-10-26
replace server id separator with \x1d to avoid unintended matches
Tom Feist
1
-7
/
+8
[next]