Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 379 Bytes

shortcuts.md

File metadata and controls

19 lines (12 loc) · 379 Bytes

Shortcuts

I will try to keep here my useful shortcuts for later usage :)

Iterm2

  • command + option + i -> broadcast to all panels in one tab

Linux Terminal

Screen

  • screen -S name -> Create
  • crtl + a + d -> Exit from screen without closing
  • exit -> Exit quiting it
  • screen -ls -> List
  • screen -r ID|name -> Open
  • screen -d ID|name -> Detach