Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdheepak/vim-iterm2-navigator


https://github.com/kdheepak/vim-iterm2-navigator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Vim iTerm2 Navigator
==================

This plugin will allow you to navigate seamlessly between
vim and iTerm2 splits using a consistent set of hotkeys.

Usage
-----

This plugin provides the following mappings which allow you to move between vim panes and iTerm2 splits seamlessly.

- `` => Left
- `` => Down
- `` => Up
- `` => Right

Installation
------------

### Vim

Add the following line to your `~/.vimrc` file:

``` vim
Plug 'kdheepak/vim-iterm2-navigator'
```

Then run

```
:PlugInstall
```