Fast shell navigation

Commands for fast shell navigation.

  • ctrl-a go to beginning of line

  • ctrl-c end execution (program interrupt)

  • ctrl-d detach or exit

  • ctrl-e go to end of line

  • ctrl-k cut to end of the line

  • ctrl-l clear screen

  • ctrl-w delete one word backwards

  • ctrl-x-e edit line in EDITOR

  • ctrl-y yank current line in buffer