Skip to content

Latest commit

 

History

History
101 lines (82 loc) · 5.49 KB

README.org

File metadata and controls

101 lines (82 loc) · 5.49 KB

:app twitter

Description

Enjoy twitter from emacs.

  • View various timelines side by side, e.g. user’s timeline, home, etc.
  • Post new tweets
  • Send direct messages
  • Retweet
  • Follow and un-follow users
  • Favorite tweets

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

This module has no flags.

Packages

  • doom-package:avy
  • doom-package:twittering-mode

Hacks

No hacks documented for this module.

Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module requires:

Usage

🔨 This module has no usage documentation yet. Write some?

Configuration

🔨 This module’s configuration documentation is incomplete. Complete it?

Commands & Keybindings

Here is a list of available commands and their default keybindings (defined in config.el):

commandkey / ex commanddescription
+twitter/quitqClose current window
+twitter/quit-allQClose all twitter windows and buffers, and delete workspace

And when doom-module::editor evil +everywhere is active:

commandkey / ex commanddescription
twittering-favoritefFavorite/Like a tweet
twittering-unfavoriteFUn-favorite/Un-like a tweet
twittering-followC-fFollow user
twittering-unfollowC-FUn-follow user
twittering-delete-statusdDelete a tweet
twittering-retweetrRetweet
twittering-toggle-or-retrieve-replied-statusesRToggle or retrieve replies
twittering-update-status-interactiveoUpdate tweets
+twitter/ace-linkOOpen some visible link from a twittering-mode buffer using ace
twittering-search/Search
twittering-goto-next-statusJGo to next tweet
twittering-goto-previous-statusKGo to previous tweet
twittering-goto-first-statusggGo to first tweet
twittering-goto-last-statusGGo to last tweet
twittering-goto-next-status-of-usergjGo to next tweet of user
twittering-goto-previous-status-of-user)))gkGo to previous tweet of user

Troubleshooting

Report an issue?

twittering-mode overrides the SPC key

Currently twittering-mode binds SPC, breaking its functionality as a leader key for evil users. To work around this issue you may use M-SPC instead.

Frequently asked questions

This module has no FAQs yet. Ask one?

Appendix

🔨 This module has no appendix yet. Write one?