-
-
Notifications
You must be signed in to change notification settings - Fork 690
cmd + é does not work #389
Copy link
Copy link
Open
Labels
InputIssues related to keyboard or other types of inputIssues related to keyboard or other types of input
Milestone
Metadata
Metadata
Assignees
Labels
InputIssues related to keyboard or other types of inputIssues related to keyboard or other types of input
Hi,
I have this settings in my .vimrc but who knows why, with the lastest release
cmd + é (D-é) does not work to switch tab.
map <D-&> 1gt<CR>map <D-é> 2gt<CR>map <D-"> 3gt<CR>map <D-'> 4gt<CR>Also,
imap <D-é> 2gt<CR>does not work. Instead, it writes<D-é>Everything works with the snapshot 100.
edit: also, cmd + è does not work
edit: everything works fine for snapshot under 104
for 105 and 106,
map <D-"> 3gt<CR>does not workand for 107+
map <D-é> 2gt<CR>andmap <D-è> 7gt<CR>do not work