All Projects → huacnlee → Vimmate

huacnlee / Vimmate

Custom vim like Textmate for Ruby on Rails development

Labels

Projects that are alternatives of or similar to Vimmate

Vim Partial
Makes creating partials in your code a breeze!
Stars: ✭ 58 (-17.14%)
Mutual labels:  viml
The Nerd Tree
A tree explorer plugin for navigating the filesystem
Stars: ✭ 62 (-11.43%)
Mutual labels:  viml
Vim Startuptime Benchmark
Stars: ✭ 65 (-7.14%)
Mutual labels:  viml
Hypergit.vim
This git plugin provides many awesome features so that you don't need to type commands anymore..
Stars: ✭ 59 (-15.71%)
Mutual labels:  viml
Bufkill.vim
Unload/delete/wipe a buffer, keep its window(s), display last accessed buffer(s)
Stars: ✭ 61 (-12.86%)
Mutual labels:  viml
Vdbi Vim
Database client for Vim
Stars: ✭ 63 (-10%)
Mutual labels:  viml
Grep.vim
Grep search tools integration with Vim
Stars: ✭ 56 (-20%)
Mutual labels:  viml
Archidroid Legacy
Legacy ArchiDroid Repo / New -> https://github.com/ArchiDroid/ArchiDroid
Stars: ✭ 68 (-2.86%)
Mutual labels:  viml
Showmarks
Visually shows the location of marks.
Stars: ✭ 61 (-12.86%)
Mutual labels:  viml
Camelcasemotion
Motion through CamelCaseWords and underscore_notation.
Stars: ✭ 64 (-8.57%)
Mutual labels:  viml
Vim Blockle
Brace yourself, it's time to toggle your ruby blocks!
Stars: ✭ 60 (-14.29%)
Mutual labels:  viml
Vim Ruby Conque
Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
Stars: ✭ 61 (-12.86%)
Mutual labels:  viml
Vim Eighties
Automatically resizes your windows
Stars: ✭ 64 (-8.57%)
Mutual labels:  viml
Bisectly
Binary search tool
Stars: ✭ 59 (-15.71%)
Mutual labels:  viml
Xvim
Powerfull vim configuration for C/C++/GO/JS coder(好用的vim插件集成包,支持C/C++/GO/JS)
Stars: ✭ 65 (-7.14%)
Mutual labels:  viml
Vim Holylight
A Vim plugin for MacBook users that automatically sets the background to light or dark depending on the ambient light
Stars: ✭ 57 (-18.57%)
Mutual labels:  viml
Html5 Syntax.vim
HTML5 syntax file for vim.
Stars: ✭ 62 (-11.43%)
Mutual labels:  viml
Bringing Vim To The People
An lo, on the fourth day he did step down from the mountain, and with him VIM did follow . . . .
Stars: ✭ 69 (-1.43%)
Mutual labels:  viml
Vim Scmdiff
Vim script to highlight lines changed from a base version in SCM
Stars: ✭ 65 (-7.14%)
Mutual labels:  viml
Tcomment
An extensible & universal comment plugin that also handles embedded filetypes
Stars: ✭ 64 (-8.57%)
Mutual labels:  viml

custom Vim like TextMate for Ruby Developers.

Features

  • Simple UI, removed the Menu,Toolbar,Scrollbar etc.;
  • Textmate bundles like snippets, and you can custom is in vimfiles/snippets;
  • -Word,Keyword autocomplete- ;
  • BufExplorer? with mulit-file edit, press F8.
  • NERD tree with Project list,press F7 and then press ? to view help
  • Zen Coding
  • Show color as background with hex color code in CSS file

Install

git clone git://github.com/huacnlee/vimmate.git
cd vimmate
./install

使用说明

快捷键说明

  • F7 -- 开关 NERD tree (文件目录树)
  • Ctrl+b -- 开关 BufExplorer? (用于切换已经打开的文件,Tab的替代品)
  • Ctrl+F12 -- 显示/隐藏 主菜单 (默认隐藏)
  • Ctrl+上,下,左,右 -- 窗口区域间切换,切换光标到 NERD tree、编辑区...
  • Ctrl+Shift+p 或者 Ctrl+Shift+n -- 调用自动完成
  • = -- 自动根据代码缩进
  • \cc -- 注释
  • \c空格 -- 去掉注释
  • \ci -- 开关注视
  • \ff -- Javascript 代码自动排版
  • \P -- 在浏览器中预览 rdoc/html/markdown/textile 文件
  • v -- 进入键盘选择模式
  • V -- 进入键盘行选择模式

NERD tree 快捷键

  • b -- 开/关 收藏夹
  • D -- 删除 选中的 收藏
  • ? -- 显示帮助
  • Enter -- 选择/展开关闭 目录
  • m -- 显示文件操作菜单,用它来创建/移动/删除 目录或文件
  • u -- 跳到上一个文件夹
  • C -- 将跟节点转入当前选中的目录
  • r -- 刷新选中的目录
  • R -- 刷新根节点的目录
  • cd -- 将vim的运行时目录改为选中的目录
  • Bookmark 别名 收藏 NERD tree 里面当前选择的目录

BufExplorer

  • D -- 关闭选中的文件
  • d -- 清楚选中的文件
  • Enter -- 切换到选中的文件
  • p -- 显示隐藏 文件名列
  • R -- 显示隐藏 文件目录列
  • u -- 显示隐藏 未列出的 Buffers
  • s -- 改变排序方式 "编号(打开的顺序)","文件名","目录名","mru","扩展名"
  • r -- 倒序排列

截图

vim1 vim2

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