X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6d38d53c6cacbb5dabe6dc663c500d8ef8bb62d0..2b249e3c605336c96f189266dc0db91998491449:/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