Skip to content

Instantly share code, notes, and snippets.

@BenoitNorrin
BenoitNorrin / .idea-lazy.vim
Created October 8, 2025 12:03 — forked from mikeslattery/.idea-lazy.vim
LazyVim mappings for Jetbrains IDEs
" ~/.idea-lazy.vim
" LazyVim mappings for Jetbrains IDEs
" Required plugins. https://plugins.jetbrains.com/bundles/7-ideavim-bundle
" IDEAVim
" Which-Key
" IdeaVim-Sneak
" To install, add this to the top of your ~/.ideavimrc:
version: '3.2'
services:
server:
image: multicloud/netcat
ports:
- 9898
command: -lp 9898
deploy:
mode: replicated
replicas: 1

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after