vim-easymotion


Ⅰ. 插件描述

DEPRECATED

Ⅱ. 基本信息

创建日期:  2013-10-03
使用用户:  16
Github星:  22
插件作者:  haya14busa

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'haya14busa/vim-easymotion-sad-beautiful-tragic'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'haya14busa/vim-easymotion-sad-beautiful-tragic'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'haya14busa/vim-easymotion-sad-beautiful-tragic'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/haya14busa/vim-easymotion

Ⅳ. 文档说明

Vim motion on speed! Build Status

DEPRECATION WARNING

This repository is DEPRECATED because I became collaborator on the main Lokaltog/vim-easymotion repository(https://github.com/Lokaltog/vim-easymotion) and took over the project.

Please move back to the main Lokaltog/vim-easymotion repository.

Thank you for using my fork version!

I'll try to develop easymotion to make it more sophisticated on the main repository. The same as before.

Attention for moving back to original vim-easymotion

I pushed all updates to the main repo, but I made small changes from this repository.

1. I separated SelectLines & SelectPhrase as a different plugin.

SelectLines & SelectPhrase is not motion but operator and I could clean up the code by separating these function. These functions was implemented by supasorn(https://github.com/supasorn).

If you used these features or are interested in, please install these plugin in addition to vim-easymotion.

2. Remove <Plug>(easymotion-S)

Attention: S is uppercase.

easymotion-S is same as <Plug>(easymotion-bd-w) and existed only for backward compatibility of this repository, so I remove this mapping. If you used this mapping, please use <Plug>(easymotion-bd-w) instead.

That's all.

Thank you again!

添加新评论