Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Fixes a typo in README #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This plugin is for developers using cli-mode Vim (not MacVim) inside an iTerm2 w
Add this repo to your bundles.

cd ~/.vim/bundle
git clone git://github.com/zephod/vim-iterm2/navigator
git clone git@github.com:zephod/vim-iterm2-navigator.git

Now configure iTerm2's keyboard shortcuts. **Cmd-J** should be set to **run coprocess**. This coprocess is `~/.vim/bundle/vim-iterm2-navigator/switch.py j`. Note the argument passed to the script. Screenshot of settings:

Expand Down