How can I maximize the editor pane in IntelliJ IDEA?

The closest thing would be to hide all tool windows by invoking the Hide All Tool Windows action. The shortcut for that is Ctrl + Shift + F12 (Default keymap). This will hide all tool windows, effectively maximizing the editor window (though not full screen). The IntelliJ menu bar, toolbar, breadcrumb and tab bar will … Read more

How to paste in a new line with vim?

Shortly after :help p it says: :[line]pu[t] [x] Put the text [from register x] after [line] (default current line). This always works |linewise|, thus this command can be used to put a yanked block as new lines. :[line]pu[t]! [x] Put the text [from register x] before [line] (default current line). Unfortunately it’s not shorter than … Read more

Saving vim macros

Use q followed by a letter (for example ‘x’) to record a macro, then press q to end the macro definition. The pattern surrounded by the starting and ending ‘q’ during this definition just goes into one of the copy/paste registers (in this case, register ‘x’) so you can paste it with the”xp or “xP … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)