-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
OS: macOS 14.4.1
キーボード: JIS配列
インサートモードで Option + ¥ を入力すると \ が入力されずノーマルモードへ戻ってしまいます。
neovim-qtも同じ挙動で、neovideは \ を入力できているのでqtの仕様かもしれません。
現状は ¥ を使わないので以下の設定で回避しています。
if has('mac') && exists('g:gonvim_running')
noremap! <Bslash> <Char-165>
noremap! <Char-165> <Bslash>
tnoremap <Bslash> <Char-165>
tnoremap <Char-165> <Bslash>
endif
Metadata
Metadata
Assignees
Labels
No labels