Skip to content

ShortArrow/razorshell

Repository files navigation

Razorshell

This is a browser extension that adds bash shell-like keyboard shortcuts to textboxes.

main image

Features

Shortcut Description
Ctrl + a Go to start of line
Ctrl + b Go backward character
Ctrl + c Exit text box
Ctrl + d Delete character
Ctrl + e Go to end of line
Ctrl + f Go forward character
Ctrl + h backspace
Ctrl + k kill line
Ctrl + l clear screen
Ctrl + p previous history
Ctrl + r reverse search history
Ctrl + t transpose characters
Ctrl + u Delete from the cursor to the start of the line
Ctrl + w Delete character before
Ctrl + y Paste the yanked
Ctrl + \
Ctrl + [
Ctrl + ] character search
Ctrl + _ Redo
Ctrl + ?
Ctrl + @
Ctrl + Space
Alt + f (Esc,f) Go forward word
Alt + b (Esc,b) Go backward word
Alt + p non incremental reverse serch history
Alt + u up case word
Alt + l down case word
Alt + d kill word
Alt + c change to capital
Alt + . yank last arg

reference bind -p | grep -E '^"\\(e|C)'

Packages

No packages published