diff options
Diffstat (limited to '.config/zsh/.zshrc')
| -rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2213009..f96b626 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -59,12 +59,10 @@ lfcd () { [ -d "$dir" ] && [ "$dir" != "$(pwd)" ] && cd "$dir" fi } -bindkey -s '^o' '^ulfcd\n' +bindkey -s '^f' '^ulfcd\n' bindkey -s '^a' '^ubc -lq\n' -bindkey -s '^f' '^ucd "$(dirname "$(fzf)")"\n' - bindkey '^[[P' delete-char # Edit line in vim with ctrl-e: |
