First, create a new user with useradd:
sudo useradd -m -d /home/username -s /bin/bash usernameNext, set the user’s password:
| # Uninstall previous chrome | |
| sudo apt-get purge chromium-browser | |
| # Re-install the new stable chrome headless | |
| sudo apt-get update | |
| sudo apt-get install -y libappindicator1 fonts-liberation | |
| wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
| sudo dpkg -i google-chrome*.deb |
| Duplicate Lines | |
| Shift + Option + Up Down Arrow Keys | |
| Move line up or down | |
| Alt / Option + Up Down Arrow Keys | |
| Write on multiple lines (without mouse) | |
| Shift + Option + Command + Up Down Arrow Keys | |
| Write on multiple lines (with mouse) |
| [ | |
| { "keys": ["j", "j"], "command": "exit_insert_mode", | |
| "context": | |
| [ | |
| { "key": "setting.command_mode", "operand": false }, | |
| { "key": "setting.is_widget", "operand": false } | |
| ] | |
| } | |
| ] |