Skip to content

Commit 0020f8b

Browse files
author
yssl
committed
update screen cast
1 parent c8b66ed commit 0020f8b

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*/tags
2+
video/*

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
TWCommand is a set of useful commands for moving & managing a tab or window in vim.
44

5+
- Move a tab
6+
![tmv_opt](https://f.cloud.github.com/assets/5915359/2292424/ee3f5c92-a058-11e3-9014-db07bd4dc9dd.gif)
7+
8+
- Move a window
9+
![wmv_opt](https://f.cloud.github.com/assets/5915359/2292428/f63c2d94-a058-11e3-9c8a-57054a14a333.gif)
10+
11+
- Move a window between tabs
12+
![wmvt_opt](https://f.cloud.github.com/assets/5915359/2292433/fbd08fb6-a058-11e3-8978-c180054a0333.gif)
13+
14+
- Close a window or tab, then move focus to previously focused one
15+
![close_opt](https://f.cloud.github.com/assets/5915359/2292436/ffa958f2-a058-11e3-96ac-8be871d8e39f.gif)
16+
517
## Usage
618
In vim normal mode, type the following command and press `<Enter>`.
719
**:TWCommand {cmd} {arg}**

0 commit comments

Comments
 (0)