Trims fat and renames files
This commit is contained in:
parent
6021ad3194
commit
4563550969
40 changed files with 233 additions and 352 deletions
BIN
scripts/.swp
Normal file
BIN
scripts/.swp
Normal file
Binary file not shown.
11
scripts/setup_keybindings.sh
Normal file
11
scripts/setup_keybindings.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/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…
Add table
Add a link
Reference in a new issue