diff --git a/CHANGELOG.md b/CHANGELOG.md index 875e4be..fcdcae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - Plugins: [New section "Commenters"](README.md#commenters) - Plugins: [New section "Misc"](README.md#misc) +- Plugins: [New section "Tmux"](README.md#tmux) ## [1.0] - 2016-01-06 First release! diff --git a/README.md b/README.md index 9e159ff..0716571 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ - [Navigation](#navigation) - [Statusline](#statusline) - [Taking notes](#taking-notes) +- [Tmux](#tmux) - [Undo history](#undo-history) - [Version control](#version-control) - [Misc](#misc) @@ -552,6 +553,12 @@ Also see [fuzzy finders](#fuzzy-finders). - [notes](https://github.com/xolox/vim-notes) - [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 - [gundo](https://github.com/sjl/gundo.vim)