X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/46ed3fdeb5a9966717f27c99b750d13551cb25e9..881b4a69e47004c59f35979620b65fd3d4aaaf16:/vi.inc.pl diff --git a/vi.inc.pl b/vi.inc.pl index d0c259f..e749e91 100644 --- a/vi.inc.pl +++ b/vi.inc.pl @@ -309,7 +309,7 @@ z => { }, # mode ] '^w' => { - lead => $ascii ? "'w" : "ŵ", + lead => "ŵ", "\e"=> ["mo mode"], @@ -359,7 +359,7 @@ z => { }, # mode ^w '^wg' => { - lead => $ascii ? "'wg" : "ŵg", + lead => "ŵg", "\e"=> ["mo mode"], '^['=> "\e", @@ -528,7 +528,7 @@ i => { }, # modei 'i^g' => { - lead => $ascii ? "'g" : "ĝ", + lead => "ĝ", "\e"=> ['mi modei'], @@ -539,7 +539,7 @@ i => { }, # mode i ^g 'i^x' => { - lead => $ascii ? "'x" : "x̂", + lead => "x̂", "\e" => ["mo mode"], # yes, it really leaves insert mode