diff --git a/scripts/.swp b/scripts/.swp deleted file mode 100644 index 5f747da37..000000000 Binary files a/scripts/.swp and /dev/null differ diff --git a/scripts/setup_keybindings.sh b/scripts/setup_keybindings.sh deleted file mode 100644 index 872f3eea4..000000000 --- a/scripts/setup_keybindings.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 -