Navigate seamlessly between vim and tmux [Fix #526]

This commit is contained in:
Yan Pritzker
2014-10-24 15:01:18 -05:00
parent f6bdf5708e
commit ce5b38ebb0
4 changed files with 12 additions and 1 deletions

View File

@@ -6,3 +6,4 @@
* CtrlP - ,t to find a file
* Visual-star-search - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor.
* Ag - super fast search by Silver Searcher. hit `K` to grep current word
* vim-tmux-navigator - nagivate between vim and tmux splits in the same way you move between normal vim splits.