VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
14.02k stars 1.32k forks source link

Request: Use editor font for the easymotion markers #5020

Closed numToStr closed 4 years ago

numToStr commented 4 years ago

Is your feature request related to a problem? Please describe. Currently, easymotion uses Consolas font for the markers and It looks weird. And I need to manually change the font for the markers. It would be great if the markers use the editor.fontFamily setting for the font as default.

Describe the solution you'd like Use editor.fontFamily setting.

Additional context

Screeentshot

Screenshot_20200714_111431

vscode: 1.47.0 vscode-vim: 1.15.0 font: Fira-Code

J-Fields commented 4 years ago

Frankly I thought that was the default already. I don't really see the need for this setting and the associated font size one. I think I'll change the defaults to be editor.fontFamily and editor.fontSize, then deprecate both

numToStr commented 4 years ago

I'll change the defaults to be editor.fontFamily and editor.fontSize, then deprecate both. Yeah, It will be a right thing to do. Waiting for the release🤘🏻.