mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added a key binding for fn delete wich didn't work by default on my zsh + iterm setup
This commit is contained in:
parent
3c159f8294
commit
02f87128b4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
bindkey "^[[3~" delete-char
|
||||
|
||||
function savepath() {
|
||||
pwd > ~/.current_path~
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue