aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-12-15 23:23:43 +0100
committerTeddy Wing2017-12-15 23:23:43 +0100
commitd09c1486cba5459b899a03c447daa33f6d671d67 (patch)
tree78b28cde4f4b4d8c3b6284c41ea55feb8f83dda0
parent8e4cc4df3ee71010ec9654112f1bd9d588f64e9e (diff)
downloadirssi-vimput-d09c1486cba5459b899a03c447daa33f6d671d67.tar.bz2
Add a TODO to see if we can replace our signal with a command
-rw-r--r--vimput.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimput.pl b/vimput.pl
index 8563f44..f24976f 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -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) = @_;