
| App | Key | Action |
|---|---|---|
| Webstorm | alt+J | Select next occurrence |
| Vim | gv | Re-select last selected visual area |
| Vim | :s /foo/bar/g | Find / Replace |
| Vim | ctrl+u or ctrl+r | Undo / Redo |
| Webstorm | ctrl+F12 | View All Methods of Current File |
| Webstorm | alt+F12 | Focus Terminal |
| KDE | alt-f2 kwin --replace | Reset KDE UI |
| Obsidian | ctrl+win+<- ctrl+win+-> | Navigate panes |
| Obsidian | ctrl + alt + ←/→ | Go back/forward |
| Obsidian | alt+enter | Go to link under cursor |
| Datagrip | SHIFT + Mouse Wheel | Horizontally Scroll |
| Window Move | shift+ctrl+left arrow | Move a window to different monitor |
| Windows | whoami /groups | View AD groups your in |
Extract first 10 lines of file
Get-Content "C:\start.csv" | select -First 10 | Out-File "C:\stop.csv"QSV
./qsv apply datefmt "Log DateTime" --formatstr '%Y-%m-%d' file.csv | ./qsv select 1https://github.com/jqnatividad/qsv/issues/449
with the lua —filter option (I just added an example in the usage text)
qsv lua filter 'tonumber(Age) > 50' data.csv
with the py —filter option
qsv py filter 'int(Age) > 50' data.csv
Resize an image
https://webdevstudios.com/2022/03/10/quickly-optimize-images/
magick .\PXL_20240623_221101586.jpg -resize x400 .\PXL_20240623_221101586.webp
New-Item -ItemType Directory -Force -Path $outDir # directory must exist
Copy-Item $inDir\* $outDir -Exclude @("node_modules",".yarn") -RecurseAnother way to resize an image with bash: 52.01 How To - Add images to markdown
Pop OS

LazyVim
| Functionality | Hotkey |
|---|---|
| Popup | shift+K |