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.
This commit is contained in:
parent
cf848c44ca
commit
412aee4574
2 changed files with 0 additions and 11 deletions
BIN
scripts/.swp
BIN
scripts/.swp
Binary file not shown.
|
@ -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
|
||||
|
Loading…
Reference in a new issue