Plugins: new section "Tmux"

This commit is contained in:
Marco Hinz 2016-01-06 02:01:50 +01:00
parent 16c9c499eb
commit e7a8012675
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul) - Quirks: [Newline used for NUL](README.md#newline-used-for-nul)
- Plugins: [New section "Commenters"](README.md#commenters) - Plugins: [New section "Commenters"](README.md#commenters)
- Plugins: [New section "Misc"](README.md#misc) - Plugins: [New section "Misc"](README.md#misc)
- Plugins: [New section "Tmux"](README.md#tmux)
## [1.0] - 2016-01-06 ## [1.0] - 2016-01-06
First release! First release!

View File

@ -39,6 +39,7 @@
- [Navigation](#navigation) - [Navigation](#navigation)
- [Statusline](#statusline) - [Statusline](#statusline)
- [Taking notes](#taking-notes) - [Taking notes](#taking-notes)
- [Tmux](#tmux)
- [Undo history](#undo-history) - [Undo history](#undo-history)
- [Version control](#version-control) - [Version control](#version-control)
- [Misc](#misc) - [Misc](#misc)
@ -552,6 +553,12 @@ Also see [fuzzy finders](#fuzzy-finders).
- [notes](https://github.com/xolox/vim-notes) - [notes](https://github.com/xolox/vim-notes)
- [vimwiki](https://github.com/vimwiki/vimwiki) - [vimwiki](https://github.com/vimwiki/vimwiki)
#### Tmux
- [dispatch](https://github.com/tpope/vim-dispatch)
- [tmux-complete](https://github.com/wellle/tmux-complete.vim)
- [tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)
#### Undo history #### Undo history
- [gundo](https://github.com/sjl/gundo.vim) - [gundo](https://github.com/sjl/gundo.vim)