Aliases imported and cleansed.
This commit is contained in:
17
tcshrc.bindkeys
Normal file
17
tcshrc.bindkeys
Normal 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
|
||||
###########################
|
Reference in New Issue
Block a user