Aliases imported and cleansed.

This commit is contained in:
2014-01-26 15:42:50 -05:00
parent d38552ea74
commit d85c40ca3a
4 changed files with 111 additions and 3 deletions

17
tcshrc.bindkeys Normal file
View File

@ -0,0 +1,17 @@
############################
### TCSH Bindkey scripts ###
############################
## Vi keybindings by default
bindkey -v
if( $?CSHENV_BINDKEY_CHOICE ) then
bindkey $CSHENV_BINDKEY_CHOICE
endif
bindkey ^G list-choices
###########################
# vim:filetype=tcsh
###########################