Add commands to yank pretty decoded URLs

yp and yP, yank to the clipboard and primary selection respectively
This commit is contained in:
Panagiotis Ktistakis 2016-04-18 23:11:27 +03:00
parent bd6783c7e6
commit 045b54b94b

View File

@ -1443,6 +1443,8 @@ KEY_DATA = collections.OrderedDict([
('yank -ts', ['yT']),
('yank -d', ['yd']),
('yank -ds', ['yD']),
('yank -p', ['yp']),
('yank -ps', ['yP']),
('paste', ['pp']),
('paste -s', ['pP']),
('paste -t', ['Pp']),