All Projects → amiorin → Vim Fenced Code Blocks

amiorin / Vim Fenced Code Blocks

Edit fenced code blocks inside a GitHub Flavor Markdown in a better way.

Labels

Projects that are alternatives of or similar to Vim Fenced Code Blocks

Vim Textobj Rubysymbol
Text object for manipulation of ruby symbol variables
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Specky
Functions to help make behavioral testing easy with ruby and rspec.
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Vimmyconf
Mi configuración de vim con pathogen
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vimrc
My personal vim config. Now with organisation! :-)
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Speech
Speech to text and text to speech via google speech api
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Vim Css To Inline
Transforms plain css into JSX inline styles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Molokai Terminal
A molokai-like theme for 16-color terminals and a 256-color theme for vim.
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Vim Unite Watson.vim
vim-unite-watson.vim is the unite source for watson.
Stars: ✭ 13 (+0%)
Mutual labels:  viml
Peg.vim
PEG Syntax for Vim
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Php.vim Html Enhanced
combination of the php indent file and the html indent file
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Vim Tsv
Tab Separated Value niceties for Vim
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Ezjail Flavours
FreeBSD ezjail flavours
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Haskomplete.vim
A vim ftplugin for magical contextual haskell code completions
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Focuspoint Vim
Vim color file that makes long coding sessions better while still maintaining color coordination and important keyword focus.
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vim Simplebar
A simple non-attention-seeking Vim status line.
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Darkspectrum
a gvim color scheme based on the oblivion color scheme for gedit
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.
Stars: ✭ 7,070 (+54284.62%)
Mutual labels:  viml
Perforce.vim
Perforce source control features
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
...
dotfiles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml

Introduction

Fenced code blocks are a very useful feature of GitHub Flavored Markdown. With this plugin you can edit the fragment of code embedded inside the markdown with the right filetype.

img

Install

If you use Vundle you can install this plugin using Vim command :BundleInstall amiorin/vim-fenced-code-blocks. Don't forget put a line Bundle 'amiorin/vim-fenced-code-blocks' in your .vimrc.

If you use Pathogen, you just execute following:

cd ~/.vim/bundle
git clone https://github.com/amiorin/vim-fenced-code-blocks.git

If you don't use either plugin management system, copy the plugin directory to your .vim directory.

*nix: $HOME/.vim Windows: $HOME/vimfiles

Use

This plugin defines 4 new commands:

  • :E to edit in the same window, CTRL-^ to go back to the markdown file
  • :EV to edit in the vertical split window, CTRL-W l to go back to the markdown file
  • :ES to edit in the horizontal split window, CTRL-W j to go back to the markdown file
  • :ET to edit in a new tab.

All the commands accept the bang.

Credits

Self-Promotion

Like this plugin?

License

Copyright (C) 2013 Alberto Miorin. Distributed under the MIT License.

Bitdeli Badge

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