]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/025paste-notrailing-newline.zsh
Make zathura configuration file aware
[dotfiles.git] / zsh / .zsh / rc / 025paste-notrailing-newline.zsh
1 bracketed-paste() {
2     zle .$WIDGET && LBUFFER=${LBUFFER%$'\n'}
3 }
4 zle -N bracketed-paste