AppKeyAction
Webstormalt+JSelect next occurrence
VimgvRe-select last selected visual area
Vim:s /foo/bar/gFind / Replace
Vimctrl+u or ctrl+rUndo / Redo
Webstormctrl+F12View All Methods of Current File
Webstormalt+F12Focus Terminal
KDEalt-f2 kwin --replaceReset KDE UI
Obsidianctrl+win+<- ctrl+win+->Navigate panes
Obsidianctrl + alt + ←/→Go back/forward
Obsidianalt+enterGo to link under cursor
DatagripSHIFT + Mouse WheelHorizontally Scroll
Window Moveshift+ctrl+left arrowMove a window to different monitor
Windowswhoami /groupsView 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 1

https://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") -Recurse

Another way to resize an image with bash: 52.01 How To - Add images to markdown

Pop OS

LazyVim

FunctionalityHotkey
Popupshift+K