aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim-mode/vim_mode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index e89e4d3..25b02b8 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -508,7 +508,7 @@ sub handle_command {
# Enter key sends the current input line in command mode as well.
} elsif ($key == 10) {
my $input = _input();
- my $cmdchars = Irssi::parse_special('$K');
+ my $cmdchars = Irssi::settings_get_str('cmdkeys');
my $signal;
if ($input =~ /^[\Q$cmdchars\E]/) {