Guest User

Untitled

a guest
May 27th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function paste-xclip; {
  2. BUFFER=$BUFFER"`xclip -o`"
  3. zle end-of-line
  4. }
  5.  
  6. zle -N paste-xclip
  7. bindkey "^P" paste-xclip
Add Comment
Please, Sign In to add comment