How to do column editing in vim?

To edit a column, follow these steps: Stand on the beginning of the column Press Ctrl+v, then mark across the column you want to edit. Press Shift+i to insert text at the beginning of the column, Shift+a to append text, r to replace highlighted text, d to delete, c to change… etc. Hit ESC when … Read more

How to copy and paste code without rich text formatting? [closed]

Just to summarize the available options: Tools PureText – free tool for Windows Use AutoHotkey and write your own macro as suggested by Dean Browsers To copy plain text from a browser: Copy As Plain Text or CopyPlainText (suggested by cori) – Firefox extensions To paste without formatting to a browser (Firefox/Chrome at least): CTRL+⇧ … Read more

How to set editor theme in IntelliJ Idea

OK I found the problem, I was checking in the wrong place which is for the whole IDE’s look and feel at File->Settings->Appearance The correct place to change the editor appearance is through File->Settings->Editor->Colors &Fonts and then choose the scheme there. The imported settings appear there 🙂 Note: The theme site seems to have moved.

How do you edit files over SSH?

Maybe you should simply mount the remote filesystem to your local machine and then use whatever editor you like. If running a Debian derivative, install sshfs sudo apt-get install sshfs and then mount the remote filesystem ( issue on your local machine ) mkdir ~/remote_code sshfs $USER@remote.example.com:/home/$USER/code ~/remote_code Once this is done you can access … Read more

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