commit 4051548f2546c14bc0af785e89f5efd94068e33e
parent 7928aa77af682bdf358002d6a1230c4d9f2c1b7d
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 10 Dec 2018 17:30:46 +0000
split section. movement, rotate, orientate keymappings
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/coding/vim.md b/coding/vim.md
@@ -86,6 +86,22 @@ post on [reddit][]
select several lines containing '0' and type `g<C-a>`
+## split
+- movement
+ ```
+ <Ctrl>-w [h,j,k,l]
+ <Ctrl>-w w
+ ```
+- rotate
+ ```
+ <Ctrl>-w r
+ ```
+- orientate
+ ```
+ <Ctrl>-w J
+ <Ctrl>-w L
+ ```
+
[using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim
[faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ
[vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins