How to navigate in large project in VIM

VIM has excellent support for tags. Once you have created a tags file for your project, you can jump to a definition or declaration of a method, class, etc., including jumping across files, all inside the same editing session. Try :help tags To generate a tags file for C/C++, go to your shell prompt (I’m … Read more

Vim – yank into search register

After pressing / to enter a search string, you can then use Ctrl-R and then type the letter representing the register that you want to use. eg. First, “Ayw to yank a word into register A Then, / ^R A to put the contents of register A into the search string.

How to make VSCode editor stop scrolling past bottom of a file?

The correct answer is seen here: https://stackoverflow.com/a/40588828/1189470 There is a configuration option provided in VSCode for the functionality you specified. To enable it, go to File -> Preferences -> user settings On the right side of the editor in settings.json paste the below line at the bottom (before closing bracket), save and close. “editor.scrollBeyondLastLine”: false … Read more

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