$ aws s3 ls s3://<bucketname> --recursive | wc -l
Last active
August 18, 2021 20:30
-
-
Save toddsiegel/b57b85e373fc32b688e65af720918531 to your computer and use it in GitHub Desktop.
Cheatsheets
- Locators are defined in
Capybara::Selector
:set spell spelllang=en_us – Turn on spell checking with en_us locale. Good idea to set in vimrc
:set nospell – Turn off spell checking. Why?
]s – Jump to the next misspelled word
[s – Jump to the previous misspelled word
z= – Show suggested replacements
zg – Good word: Add the word under the cursor to the dictionary
zw – Woops! Undo and remove the word from the dictionary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment