Skip to content

JIS配列のmacOSで \ を入力できない #534

@shiena

Description

@shiena

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions