Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdheepak/vim-iterm2-navigator
https://github.com/kdheepak/vim-iterm2-navigator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdheepak/vim-iterm2-navigator
- Owner: kdheepak
- Created: 2020-07-03T19:14:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T22:22:50.000Z (over 4 years ago)
- Last Synced: 2024-10-15T16:51:43.258Z (3 months ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- `` => RightInstallation
------------### Vim
Add the following line to your `~/.vimrc` file:
``` vim
Plug 'kdheepak/vim-iterm2-navigator'
```Then run
```
:PlugInstall
```