dotfiles/dot_config/zsh/keybinds.zsh
2021-11-17 18:57:54 +01:00

3 lines
95 B
Bash

run_ranger () { echo; ranger < $TTY; zle redisplay }
zle -N run_ranger
bindkey '^f' run_ranger