diff options
| author | nic <ra@afu.re> | 2025-05-21 13:43:48 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-05-21 13:43:48 -0400 |
| commit | ff53f949eb24cd6c5904b2feed0ee72814bf3cbf (patch) | |
| tree | fecd7a607829959623dcf548e74df0214cc288d1 /.config/zsh/.zshrc | |
| parent | ba77fe79478b16615741389786d0209f524e52fd (diff) | |
Misc
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: |
