diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
| commit | b009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch) | |
| tree | 5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/vim-mode/docs/windows.md | |
| parent | 4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff) | |
Remove Atom config
Diffstat (limited to 'atom/packages/vim-mode/docs/windows.md')
| -rw-r--r-- | atom/packages/vim-mode/docs/windows.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/atom/packages/vim-mode/docs/windows.md b/atom/packages/vim-mode/docs/windows.md deleted file mode 100644 index ebad2d9..0000000 --- a/atom/packages/vim-mode/docs/windows.md +++ /dev/null @@ -1,12 +0,0 @@ -## Implemented Split Pane Commands - -* `ctrl-w h`/`ctrl-w left`/`ctrl-w ctrl-h` - focus pane on left -* `ctrl-w l`/`ctrl-w right`/`ctrl-w ctrl-l` - focus pane on right -* `ctrl-w k`/`ctrl-w up`/`ctrl-w ctrl-k` - focus pane above -* `ctrl-w j`/`ctrl-w down`/`ctrl-w ctrl-j` - focus pane below -* `ctrl-w w`/`ctrl-w ctrl-w` - focus next pane -* `ctrl-w p`/`ctrl-w ctrl-p` - focus previous pane -* `ctrl-w v`/`ctrl-w ctrl-v` - create vertical split -* `ctrl-w s`/`ctrl-w ctrl-s` - create horizontal split -* `ctrl-w c`/`ctrl-w ctrl-c` - close focused pane -* `ctrl-w q`/`ctrl-w ctrl-q` - close focused tab |