All Projects → cirla → Vim Giphy

cirla / Vim Giphy

Licence: mit
Giphy in your vim

Labels

Projects that are alternatives of or similar to Vim Giphy

Unite Colorscheme
A unite.vim plugin
Stars: ✭ 45 (-16.67%)
Mutual labels:  viml
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-5.56%)
Mutual labels:  viml
Bookmark
[DEPRECATED] 웹 즐겨찾기
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Vim Smartword
Vim plugin: Smart motions on words
Stars: ✭ 48 (-11.11%)
Mutual labels:  viml
Vimtips Fortune
A vimtips to fortune software.
Stars: ✭ 50 (-7.41%)
Mutual labels:  viml
Fmacvim
MacVim + essential plugins + my custom (and awesome) .vimrc
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Arua Meta
Standards, RFCs and discussion of the Arua language
Stars: ✭ 45 (-16.67%)
Mutual labels:  viml
Vim Togglemouse
Toggles the mouse focus between Vim and your terminal emulator, allowing terminal emulator mouse commands, like copy/paste.
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Vim Qargs
A Vim plugin that adds a :Qargs utility command, for populating the argument list from the files in the quickfix list.
Stars: ✭ 50 (-7.41%)
Mutual labels:  viml
Viki vim
A personal wiki for Vim
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Vim Js Indent
JavaScript indentation for VIM
Stars: ✭ 49 (-9.26%)
Mutual labels:  viml
Vim Seeing Is Believing
Stars: ✭ 50 (-7.41%)
Mutual labels:  viml
Buffet.vim
A vimplugin for switching and managing buffer lists
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml
Vim Debugger
🐾 Vim script debugger 🐛
Stars: ✭ 47 (-12.96%)
Mutual labels:  viml
Ansible Splunk Simple
Simple deployment of Splunk using Ansible, static host lists.
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Plaintasks.vim
An implementation of Sublime's PlainTasks plugin for Vim
Stars: ✭ 45 (-16.67%)
Mutual labels:  viml
Ctrlp Extensions.vim
Plugins for ctrlp.vim
Stars: ✭ 51 (-5.56%)
Mutual labels:  viml
Yaml Vim
YAML Highlight script for VIM editor
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Javacomplete
Omni Completion for JAVA
Stars: ✭ 53 (-1.85%)
Mutual labels:  viml
Pep8
Check your python source files with PEP8
Stars: ✭ 52 (-3.7%)
Mutual labels:  viml

giphy.vim

Giphy in your vim.

Testimonials

  • "As an avid vim user, I'm all about productivity and ensuring that my hands never leave the keyboard. Therefore, I've always felt that leaving vim just to enjoy a humorous animated GIF is not worth my time. Thanks to vim-giphy, I can take very efficient breaks by summoning GIFs right inside of vim! Now my hands never leave the keyboard even during my breaks!" - Enraged Ginger

1. Dependencies

  • *nix(-like) OS (for mktemp, etc.)
  • webapi-vim
  • ffmpeg configured with --enable-libcaca

2. Demo

Demo

3. Installation

3.1 Install Prerequisites

3.1.1 ffmpeg

OS X
  1. Run brew install ffmpeg --with-libcaca

3.1.2 webapi-vim

Plug/Vundle
  1. Add Plug 'mattn/webapi-vim' (or Plugin for Vundle) to your .vimrc and run +PlugInstall/+PluginInstall.
Pathogen
  1. cd ~/.vim/bundle && git clone [email protected]:mattn/webapi-vim.git

3.2 Install giphy.vim

Plug/Vundle/Pathogen

  1. Similar to installation of webapi-vim above, just replace repo name with 'cirla/vim-giphy'.
  2. If you have recieved a private Giphy API key, you can replace the public beta key in s:giphy_api_key.
  3. If you use a non-POSIX shell (e.g. fish), you'll have to edit the ffmpeg command or add set shell=/bin/bash in your .vimrc.

4. License and Attribution

This software is distributed under the MIT License.

Powered by Giphy

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].