Files
bash
bin
config
env
latex
pkg_freeze
resume
systemd-utils
tmux
vim
zsh
linux
osx
bindings
colors
config
fun
latex
notetaker
rc
rclone
rentdynamics
ssh
suffixes
time
utility
.gitignore
README.md
setup
dotwryn/zsh/bindings

7 lines
154 B
Plaintext
Raw Normal View History

#!/bin/zsh
bindkey '^R' history-incremental-search-backward
autoload edit-command-line; zle -N edit-command-line;
bindkey -M vicmd v edit-command-line;