Skip to main content
  1. Posts/

Useful Keyboard Shortcuts as a Full Stack Dev Pt 1

· loading · loading ·
Jared Lynskey
Author
Jared Lynskey
Emerging leader and software engineer based in Seoul, South Korea
Table of Contents

Here are the keyboard shortcuts I use most often across Mac, Vim, Terminal, and Slack. Nothing exotic — just the ones that have actually stuck.

Mac
#

  • ctrl + arrow keys — switch between open windows
  • ctrl + cmd + f — toggle full screen
  • cmd + w — close the current window

Vim
#

  • vimtutor — Vim’s built-in tutorial, run it straight from your shell
  • v — visual block select
  • y — yank (copy) the selection

Terminal
#

  • sudo !! — re-run the last command as sudo
  • cmd + n — new terminal tab
  • ctrl + shift + n — close the terminal
  • shift + cmd + arrows — jump to the next terminal
  • cmd + d — split the terminal
  • cmd + shift + d — close the split

Slack
#

  • cmd + k — open search
  • F6 — jump to the next section
  • cmd + / — see all of Slack’s shortcuts

I’ll add more in a future post.