vmux


Ⅰ. 插件描述

helper for multiplexing terminals with neovim

Ⅱ. 基本信息

创建日期:  2017-12-07
使用用户:  1
Github星:  0
插件作者:  Olivier Abdesselam

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'yazgoo/vmux-looking-forward'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'yazgoo/vmux-looking-forward'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'yazgoo/vmux-looking-forward'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/yazgoo/vmux

Ⅳ. 文档说明

# vmux

Helper to use neovim as a terminal multiplexer

screencast

install

First, you need to install abduco.

Add and install the following vim plugin:

Plug 'yazgoo/vmux'

Then add the following to your .zshrc or .bashrc

source ~/.config/nvim/plugged/vmux/plugin/setup_vmux.sh

Or if you want to use vim instead of nvim:

source ~/.config/nvim/plugged/vmux/plugin/setup_vmux.sh vim

usage

Run vmux for vmux command usage help
Run :help vmux from within vim for more in depth help.

detaching

You can detach from the session with ^g

customizing

Having a nice tabbar (based on Caagr98/c98tabbar.vim):

Plug 'git@github.com:yazgoo/c98tabbar.vim'
Plug 'yazgoo/vmux-c98tabbar'

Leave terminal insert mode by typing jj:

tnoremap jj <C-\><C-n>

添加新评论