romkatv / zsh4humans

A turnkey configuration for Zsh
MIT License
1.81k stars 116 forks source link

Undefine Keys #280

Closed euh2 closed 1 year ago

euh2 commented 1 year ago

In fn/-z4h-init-zle the letter ø is assigned to z4h-stash-buffer. How can I undo this in my .zshrc? I sometimes need this letter in my shell.

romkatv commented 1 year ago

bindkey -r 'ø'

euh2 commented 1 year ago

bindkey -r 'ø'

Thanks!