about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·00-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·00-0400
commit412aee45742b6392bd719aea8f444e4a8f613f96 (patch)
treee45c1ea2b262cc7efeabeb69d5ed87aff9e0fe73
parentcf848c44ca85f7a0993ef3c17dc649c49e07df29 (diff)
Drop support for scripts
setup_keybindings hasn't proven very useful. This removes it. It is
possible that a lot of fat from this repo can be trimmed since it is
probably being replaced by features in urbint/meta.
-rw-r--r--scripts/.swpbin12288 -> 0 bytes
-rw-r--r--scripts/setup_keybindings.sh11
2 files changed, 0 insertions, 11 deletions
diff --git a/scripts/.swp b/scripts/.swp
deleted file mode 100644
index 5f747da37c33..000000000000
--- a/scripts/.swp
+++ /dev/null
Binary files differdiff --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
-