All Projects → vim-scripts → Twitvim

vim-scripts / Twitvim

Twitter client for Vim

Labels

Projects that are alternatives of or similar to Twitvim

Vimtodo
Vim TODO manager
Stars: ✭ 80 (-6.98%)
Mutual labels:  viml
Languagetool
Grammar checker for English, French, German (etc.) in Vim
Stars: ✭ 83 (-3.49%)
Mutual labels:  viml
Nodejs Vagrant
Stars: ✭ 86 (+0%)
Mutual labels:  viml
Closetag.vim
Functions and mappings to close open HTML/XML tags
Stars: ✭ 81 (-5.81%)
Mutual labels:  viml
Vimrc
Meteor/Web development centric vim config
Stars: ✭ 83 (-3.49%)
Mutual labels:  viml
Jasmine.vim
Jasmine Plugin for Vim
Stars: ✭ 84 (-2.33%)
Mutual labels:  viml
Vim Statline
Add useful informations to Vim statusline
Stars: ✭ 80 (-6.98%)
Mutual labels:  viml
Vimclojure Easy
Setting up VimClojure is easy!
Stars: ✭ 86 (+0%)
Mutual labels:  viml
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (-3.49%)
Mutual labels:  viml
Vim
Stars: ✭ 85 (-1.16%)
Mutual labels:  viml
Incsearch Easymotion.vim
Stars: ✭ 82 (-4.65%)
Mutual labels:  viml
Use vim as ide
use vim as IDE
Stars: ✭ 9,067 (+10443.02%)
Mutual labels:  viml
Vim Task
vim task plugin
Stars: ✭ 84 (-2.33%)
Mutual labels:  viml
Vim Reload
Automatic reloading of Vim scripts ((file-type) plug-ins, auto-load/syntax/indent scripts, color schemes)
Stars: ✭ 80 (-6.98%)
Mutual labels:  viml
Vim Oblique
DEPRECATED Improved /-search (experimental)
Stars: ✭ 86 (+0%)
Mutual labels:  viml
Xoria256.vim
Finely tuned soft gamma, 256 colors, dark background, gvim == vim
Stars: ✭ 80 (-6.98%)
Mutual labels:  viml
Jekyll.vim
Automate common Jekyll tasks from Vim
Stars: ✭ 83 (-3.49%)
Mutual labels:  viml
Bash Support.vim
BASH IDE -- Write and run BASH-scripts using menus and hotkeys.
Stars: ✭ 86 (+0%)
Mutual labels:  viml
Distraction Free Writing Vim
Collection of configurations I use to for my distraction free editing environment in Vim
Stars: ✭ 86 (+0%)
Mutual labels:  viml
Vim Jira Complete
AutoComplete JIRA issues in Vim
Stars: ✭ 85 (-1.16%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2204

Introduction

TwitVim is a Vim plugin that allows you to post to Twitter and view Twitter timelines. It is an enhancement of vimscript #2124 by Travis Jeffery. Credit goes to Travis for the original script concept and implementation.

TwitVim supports most of the features of a typical Twitter client, including:

  • Friends, User, Direct Message, Mentions, and Favorites timelines
  • Twitter Search
  • Replying and retweeting
  • Hashtags (jump to search timeline)
  • In reply to (See which tweet an @-reply is for.)
  • Opening links in a browser
  • User profile display
  • Twitter List viewing and managing
  • Trending topics
  • Timeline filtering

Usage

Plugin commands:

  • :PosttoTwitter - This command will prompt you for a message to send to Twitter.
  • :CPosttoTwitter - This command posts the current line in the current buffer to Twitter.
  • :BPosttoTwitter - This command posts the current buffer to Twitter.
  • :FriendsTwitter - View friends timeline.
  • :UserTwitter - View your timeline.
  • :MentionsTwitter - View @-mentions.
  • :PublicTwitter - View public timeline.
  • :DMTwitter - View direct messages.
  • :SearchTwitter - Use Twitter Search.

Global mappings:

  • Alt-T - In Visual select mode, the Alt-T key posts the selected text to Twitter. Use this mapping if you compose your tweets in a separate scratch buffer.
  • Ctrl-T - Use this instead if the menu bar is enabled or if Alt-T is not available on your platform.

Timeline buffer mappings:

  • Alt-R or r - Starts a @-reply. (in timeline buffer)
  • Alt-D or d - Starts a direct message. (in timeline buffer)

Many more commands and mappings are available. See TwitVim's help documentation for full details.


License

TwitVim is distributed under the same terms as Vim itself. See :help license.


Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].