-
Notifications
You must be signed in to change notification settings - Fork 3
/
vmux.txt
41 lines (28 loc) · 1.57 KB
/
vmux.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*vmux.txt* Helper to use neovim as a terminal multiplexer
__ ___ __ ___ _ ___ __
\ \ / / '_ ` _ \| | | \ \/ /
\ V /| | | | | | |_| |> <
\_/ |_| |_| |_|\__,_/_/\_\
Author: Olivier 'yazgoo' Abdesselam
License: Same terms as Vim itself (see |license|)
==============================================================================
CONTENTS *vmux-contents*
Commands..................................|vmux-commands|
==============================================================================
COMMANDS *vmux-commands*
There are two types of commands: vim commands (which are prefixed with ':')
and shell command (which are not)
vsplit,split,e
vsplit,split,e
Does exactly like there in-vim counterpart, but from within a terminal
rsplit,re
rsplit,re
Does exactly like e and split, but from the terminal and
in the right end of your session
lsplit,le
lsplit,le
Does exactly like e and split, but from the terminal and
in the left end of your session
vmux_send
vmux_send
send a command to your vim session from the terminal