From 8661ce95deb6378b827d4cf9fd6c0c2777f16cd4 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 21 Oct 2022 08:45:21 -0700 Subject: [PATCH] Update README.md for tmux --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d68267a..65c71bc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ airline according to your tastes in `plugins.vim` and `ui.vim`. The V2 repo aims to take full advantage of asynchronous code and a modularized configuration to make adaptation easier and the UI snappier. Additionally support for `tmux` has improved with this iteration -through the use of `vimux`. +through the use of `vimux` and `vim-tmux-navigator`. ## Requirements @@ -72,6 +72,20 @@ wish to adjust this you can do that here, or make modifications on a per-project You can type `:help ` (for example `:help vim-pyenv`) to read the documentation. +### Tmux Navigation + +With Tmux activated you can use + +``` + => Left + => Down + => Up + => Right + => Previous split +``` + +To move seamlessly between splits. + ### Autocompletion Autocompletion is provided by [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim). Additionally