# # Menu items and key bindings for typescript # # Up & down arrows roll through history that matches partially completed command addkey fcomp-complete-command-backward \eA typescript fcomp inherit addkey fcomp-complete-command-forward \eB typescript fcomp inherit # Tab will complete the filename addkey fcomp-complete-filename ^I typescript addkey fcomp-possible-completions \e^I typescript # Cntrl-/ will show possible completions addkey fcomp-possible-completions ^/ typescript addkey typescript-beginning-of-line \eH # Set home = move to beginning of line addkey typescript-end-of-line \eF # Set end = move to end of line addmenu typescript-Clear-Text "Clear~50" # Clear typescript but not command history