aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a11edd4e07aafac36bb496e6ae8296257969eab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
irssi-vimput
============

An Irssi plugin that opens the current input line in a new Tmux split in Vim.
When the Vim buffer is written, Irssi's prompt will be updated from the contents
of the buffer. For Vimmers, this makes it faster to make complicated edits to a
message.


# Demo
![screencast](./Demo.gif)


# Configuration
In order to use this script, a binding _must_ be configured to trigger it. For
example, to bind Ctrl-X:

	/BIND ^X command script exec Irssi::Script::vimput::vimput


## License
Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).