Skip to content

Files

Latest commit

 

History

History
135 lines (106 loc) · 3.17 KB

hotkeys.md

File metadata and controls

135 lines (106 loc) · 3.17 KB

Hotkeys

  • Double click (word highlight)
  • Triple click (line highlight)

Difference between submit/enter and newline/enter shift + enter (newline)

Stick/learn the defaults where possible

  • see [ide] hotkeys

https://stackoverflow.com/a/58307271/3356840 ALT + 0 0 9 == TAB (in windows)

Universal

Deliberate attempt to split the userbase windows-key (win, linux) ~ cmd (mac) ctrl (mac, win, linux) ~ cmd (mac) alt (win, linux) ~ options (mac) shift (universal)

shift (augments or inverts)

  • switch window
    • alt + tab
    • alt + shift + tab
  • select
    • ctrl + a
    • double click or trebble click
  • undo
    • ctrl + z
    • ctrl + shift + z
  • copy/paste
    • ctrl + c
    • ctrl + v
    • ctrl + shift + v (paste without formatting)
  • find/replace
    • ctrl + f (ctrl+shift+f in code editor for all files)
    • ctrl + h
  • zoom
    • ctrl + mouse wheel
    • ctrl + =
    • (windows + + or - - os zoom)
  • bullets
    • tab
    • shift + tab
  • tabs
    • ctrl + pgup
    • ctrl + pgdwn
    • ctrl + w - close-tab
    • see [ide-in-browser] for conflicts
  • Screenshot (Windows)
    • prtscr ([clipboard])
    • alt + printscr (active window)
    • windows + prtscr (screenshot int HOME/Pictures/Screenshots)
    • windows + shift + s (crop screenshot to clipboard)
  • Window Manager
    • win+(arrow)

browser ctrl + t - new tab ctrl + shift + t - re-open recently closed tab - https://til.hashrocket.com/posts/ybrwv1povf-reopen-closed-browser-tab-cross-browser ctrl + l - select urlbar ctrl + k - search

ide (see ide.md) find (in files) multi cursor editing quick open file goto definition go back ctrl + . - spelling formatter

Terminal

ctrl + shift + d - split pane alt + (arrows) - select pane ctrl + shift + enter - zoom pane

item2 (mac)

cmd + d, cmd + shift + d cmd + alt + arrowkey cmd + enter cmd + w

Windows Terminal Preview

(set exit==always) ctrl + shit + w alt + shift + d alt + arrowkey "defaults": { "fontSize": 10, "closeOnExit": "always" }, "keybindings": [ { "command": "togglePaneZoom", "keys": "ctrl+shift+enter"} ]

Bash

Other