Anyone know the code/ command behind the ctrl-v paste function in the console ?? I wanna try and bind this to a single key or make an alias which fakes the ctrl and v key pressed down and bind that alias to a key. Any ideas / help would be appreciated
like alias paste "+ctrl; +v" or something
bind p "paste"
like alias paste "+ctrl; +v" or something
bind p "paste"
Comment