Twitter mappings: Swap 'r' and 'R'

This commit is contained in:
Maddison Hellstrom 2018-07-26 20:51:25 -07:00
parent cdcc3a5f48
commit 05aa243b88
1 changed files with 2 additions and 2 deletions

View File

@ -277,11 +277,11 @@ mapsitekeys("gitlab.com", [
mapsitekeys("twitter.com", [
["f", "Follow user", Hint(".follow-button")],
["s", "Like tweet", Hint(".js-actionFavorite")],
["r", "Retweet", Hint(".js-actionRetweet")],
["R", "Retweet", Hint(".js-actionRetweet")],
["c", "Comment/Reply", Hint(".js-actionReply")],
["t", "New tweet", Hint(".js-global-new-tweet")],
["T", "Tweet to", Hint(".NewTweetButton")],
["R", "Load new tweets", Hint(".new-tweets-bar")],
["r", "Load new tweets", Hint(".new-tweets-bar")],
["g", "Goto user", Hint(".js-user-profile-link")],
])