diff options
author | William Carroll <wpcarro@gmail.com> | 2016-08-15T15·14-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-08-15T15·14-0400 |
commit | 4563550969467223f422df1eda9c15165d24607c (patch) | |
tree | cbdf9570a5ffa0176e79eff3df63690cfa443624 /scripts | |
parent | 6021ad31941203dafc2abd643a98fb549b620c6a (diff) |
Trims fat and renames files
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | scripts/setup_keybindings.sh | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/scripts/.swp b/scripts/.swp new file mode 100644 index 000000000000..5f747da37c33 --- /dev/null +++ b/scripts/.swp Binary files differdiff --git a/scripts/setup_keybindings.sh b/scripts/setup_keybindings.sh new file mode 100644 index 000000000000..872f3eea429b --- /dev/null +++ b/scripts/setup_keybindings.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + + +# This file is run after history_functions.sh have been sourced. +# It converts the defined functions into zsh widgets that are +# thereafter bound to keys for expedience. + + +zle -N wh_two_back_widget wh_two_back && +bindkey '^@' wh_two_back_widget + |