Vim icon indicating copy to clipboard operation
Vim copied to clipboard

easymotion

Open aloispichler opened this issue 3 years ago • 0 comments

I am using easymotion. <leader><leader>w and <leader><leader>e work as desired. <leader><leader>b works as well, except with Latex workshop. With Latex, <leader><leader>b grays out everything.

Here is my latex config:

		"editor.fontFamily": "Verdana",	// "Verdana", "Consolas", "Arial", "Segoe UI", "Tahoma", "Times"
//			"editor.fontSize": 15,			//	default is 14
//			"editor.lineHeight": 19			//	19
		"editor.wordWrap": "on",
		"editor.wrappingStrategy": "advanced",
		"editor.lineNumbers": "on",

I'd be happy if someone could tell me how to resolve the issue.

  • Extension (VsCodeVim) version: newest
  • VSCode version: newest
  • OS: Arch

aloispichler avatar Jul 30 '22 22:07 aloispichler