tvl-depot/scripts/setup_keybindings.sh
2016-08-15 11:14:37 -04:00

11 lines
268 B
Bash

#!/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