Skip to content

Instantly share code, notes, and snippets.

View saurabhpathak21's full-sized avatar
:electron:

Saurabh saurabhpathak21

:electron:
  • 00:59 (UTC -12:00)
View GitHub Profile
#!/bin/bash
##############################################################################
# SHORTCUTS
##############################################################################
CTRL+A # move to beginning of line
CTRL+B # moves backward one character
CTRL+C # halts the current command
CTRL+D # deletes one character backward or logs out of current session, similar to exit