diff options
author | William Carroll <wpcarro@gmail.com> | 2018-04-23T19·00-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-04-23T19·00-0400 |
commit | 412aee45742b6392bd719aea8f444e4a8f613f96 (patch) | |
tree | e45c1ea2b262cc7efeabeb69d5ed87aff9e0fe73 /scripts | |
parent | cf848c44ca85f7a0993ef3c17dc649c49e07df29 (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.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | scripts/setup_keybindings.sh | 11 |
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 - |