Intellij Idea - disable zoom on vertical edge - intellij-idea

I use Intellij Idea. When move mouse on vertical edge the editor make zoom on code, how can I disabled this?
img

Settings (Preferences on macOS) | Editor | General | Appearance | Show code lens on scrollbar hover -> disable.

Related

How can I input an Icon in Navbar of IntelliJ

I have just added some actions in my Navbar. Some of the actions are appearing with the Icon of question mark. How can I add some different Icons so as not to get confused.
For example one of the action is Tools->Deployment->Upload to...
Go to Settings | Menu and Toolbars | Your_Toolbar (or RMB on the toolbar | Customize Toolbar)
Select an action with an icon | Edit | Choose custom icon
Click on 'OK'

How to move right toolbar window in front of the bottom toolbar window in intelliJ IDEA?

I've 2 tool windows open in addition to the main Editor window, Terminal and debug. The terminal window is on the right sidebar and debug window is on the bottom sidebar.
The problem is that bottom sidebar is in front of the right sidebar. But I want the right bar to be in the front.
How can I change this configuration?
Enable the Widescreen tool window layout option in File | Settings | Appearance & Behavior | Appearance:

IdeaVim - How to use vertical bar for normal mode?

It uses block cursor for command mode and a vertical bar for insert/replace mode, how can I use vertical bar for both mode?
I removed Settings -> Editor -> General -> Appearance -> Use block caret option, but the behavior had not changed.

WebStorm navigate bar setting?

I need to change my WebStorm nav bar style from first into second:
The first does not contain file tab, as well as I can not split vertically file.
How can I do this?
I need to change my WebStorm nav bar style
It's not a "nav bar" -- it's Editor Tabs bar.
The actual Navigation Bar is present on both screenshots and it is just above it (the bar that shows new.OrderList.js in it on first screenshot).
In any case: the Editor Tabs bar can be re-enabled again at:
Settings/Preferences
Editor | General | Editor Tabs
Set Placement to be anything else than "None" -- to be as on 2nd screenshot it should be set to "Top"

How to have line width in IntelliJ automatically adjust when screen width is changed?

I'm switching over to IntelliJ from Sublime Text Editor and in IntelliJ, when I either shrink the width of the IDE or split the screen into two editors, my code goes off the screen and I have to manually scroll left/right to see it all. How can I change the settings so it is like Sublime where the line lengths will automatically adjust to the width of the screen?
Preferences > Editor > General > Use soft wraps in editor