Skip to content

Shortcuts

Jakub T. Jankiewicz edited this page Apr 20, 2021 · 1 revision

Most shortcuts came from bash (GNU shell)

  • CTRL+A/CTRL+E move to start and end of the command
  • CTRL+L clear
  • CTRL+D - cancel ajax requests (works only for jQuery calls $.ajax)
  • CTRL+R Reverse history search CTRL+G is exit arrows to pick the command in the history
  • Moving inside CMD
    • Up/Down move in history if the command is a single line
    • if you're in the middle of the multiline command Up down move inside the line of the command
    • if you're in the first line of the command Up arrow moves up in history (change command to prev command)
    • if you're in the last line of the command Down arrow moves to the next command in history
    • CTRL+Up/CTRL+Down force to move in history even if in the middle of a multiline command
Clone this wiki locally