Add commands to yank pretty decoded URLs
yp and yP, yank to the clipboard and primary selection respectively
This commit is contained in:
parent
bd6783c7e6
commit
045b54b94b
@ -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']),
|
||||
|
Loading…
Reference in New Issue
Block a user