diff options
| author | Teddy Wing | 2017-12-15 23:23:43 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-15 23:23:43 +0100 |
| commit | d09c1486cba5459b899a03c447daa33f6d671d67 (patch) | |
| tree | 78b28cde4f4b4d8c3b6284c41ea55feb8f83dda0 | |
| parent | 8e4cc4df3ee71010ec9654112f1bd9d588f64e9e (diff) | |
| download | irssi-vimput-d09c1486cba5459b899a03c447daa33f6d671d67.tar.bz2 | |
Add a TODO to see if we can replace our signal with a command
| -rw-r--r-- | vimput.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ sub open_tmux_split { } +# TODO: Find out if it's possible to do this is a command Irssi::signal_add_last 'gui key pressed' => sub { my ($key) = @_; |
