キーマッピングが効かないバグ
Closed this issue · 3 comments
creasty commented
以下の設定してみましたが、キーが置き換えられず、<03>
のようにそのまま入力されてしまいます。
OverCommandLineNoremap <C-c> <Esc>
OverCommandLineNoremap <C-j> <CR>
g:over_command_line_key_mappings = {
\ "\<C-c>": "\<Esc>",
\ "\<C-j>": "\<CR>",
\ }
osyo-manga commented
ありがとうございます。
修正しました。
creasty commented
対応ありがとうございます。
osyo-manga commented
報告、確認ありがとうございました。