about summary refs log tree commit diff
path: root/scripts/setup_keybindings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup_keybindings.sh')
-rw-r--r--scripts/setup_keybindings.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/setup_keybindings.sh b/scripts/setup_keybindings.sh
deleted file mode 100644
index 872f3eea429b..000000000000
--- 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
-