Add dot_config/zsh/keybinds.zsh
Update dot_zshrc
This commit is contained in:
parent
8c113ea9e8
commit
d491bebb72
2 changed files with 4 additions and 3 deletions
3
dot_config/zsh/keybinds.zsh
Normal file
3
dot_config/zsh/keybinds.zsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
run_ranger () { echo; ranger < $TTY; zle redisplay }
|
||||
zle -N run_ranger
|
||||
bindkey '^f' run_ranger
|
Loading…
Add table
Add a link
Reference in a new issue