Visual Studio Code is a free and awesome editor from Microsoft for Mac, Windows and Linux. I recently discovered that you can select multiple lines at the same time. I was missing this coming from vi/vim.
- macOS: Opt + Cmd + ↑ or ↓
- Windows: Ctrl + Alt + ↑ or ↓
- Linux: Shift + Alt + ↑ or ↓
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
- https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
Update: Visual Studio Code has been ported to FreeBSD, the shortcuts should work there as well