-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Mappings don't work in my windows GVim (they work fine inside WSL Ubuntu)
Tested in windows 10
I've many plugins and vimscript work fine.
I checked the code but didn't see anything specific to linux. Weird.
I saw something in the code related to clipboard. This is in my vim, (may be affecting it? )
" Clipboard
if has('clipboard')
if has('unnamedplus')
" When possible use + register for copy-paste
set clipboard=unnamed,unnamedplus
else
" On mac and Windows, use * register for copy-paste
set clipboard=unnamed
endif
endif
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
