Added bash command wrapping (expand git numbered args for common bash commands, such as cp, mv, rm, etc.). Also set kb shortcuts to true by default.
This commit is contained in:
@@ -76,8 +76,12 @@ git_show_alias="gsh"
|
||||
# Git Keyboard Shortcuts
|
||||
# ---------------------------------------------
|
||||
# Keyboard shortcuts are off by default. Set this to 'true' to enable them.
|
||||
git_keyboard_shortcuts_enabled="false"
|
||||
git_status_shortcuts_keys="\C- " # CTRL+SPACE
|
||||
git_keyboard_shortcuts_enabled="true"
|
||||
git_commit_all_keys="\C-x " # CTRL+x, SPACE
|
||||
git_add_and_commit_keys="\C-xc" # CTRL+x, c
|
||||
|
||||
|
||||
# Bash Command Wrapping
|
||||
# ---------------------------------------------
|
||||
# Expand numbered args for common bash commands
|
||||
bash_command_wrapping_enabled="true"
|
||||
|
||||
Reference in New Issue
Block a user