Unofficial Twitter Vim/Neovim plugin.
- denops.vim
- xclip(Linux only)
After edit configuration (:h twihi-usage
), you can run some commands.
Please refer help to see more details.
" open the user's timeline
:TwihiTimeline {userid}
" open the home timeline
:TwihiHome
" open the mentions timeline
:TwihiMentions
" open tweet buffer
:TwihiTweet
" edit config
:TwihiEditConfig
Please refer help(:h twihi-variables
) to see details.
" Sets the value of the interval to check for mentions.
g:twihi_mention_check_interval
" Set the UI to notify mentions.
g:twihi_notify_ui
skanehira