Skip to content

Instantly share code, notes, and snippets.

@rodigu
Created April 25, 2025 21:08
Show Gist options
  • Save rodigu/bfcdd1859e0b1e538b4e17478949cd47 to your computer and use it in GitHub Desktop.
Save rodigu/bfcdd1859e0b1e538b4e17478949cd47 to your computer and use it in GitHub Desktop.
scrolling on powershell with the keyboard

there are built-in key bindings for scrolling on powershell

was looking for a way to do this, as i have been looking through docker logs1 for basically the whole day2. a lot of moving my hand all the way over to the mouse to scroll

after searchingit up, a reddit comment suggested adding key bindings

when I went to look and set them up, they were already there 🙏:

key bindings inside powershell settings

Footnotes

  1. why is the docker ps command so poorly fomatted? it is terribly annoying to parse what is going on a basic visual level. seems to be a gripe sustained by at least 173 other poor souls

  2. the docker inspect command has been quite useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment