Updated F.A.Q. (markdown)

Mamad026
2017-12-17 00:35:45 +03:30
parent c3ce5cb3b4
commit 9db7e9f876

@@ -1,6 +1,13 @@
## How do I switch between the different windows?
Press `<C-W>w`.
Also you can switch windows faster by their direction:
`"Switching windows by direction`
`no <C-j> <C-w>j`
`no <C-k> <C-w>k`
`no <C-l> <C-w>l`
`no <C-h> <C-w>h`
Put the above lines in your vimrc, so now you can switch between different windows by their direction easier and faster.
## What is a buffer, a window, a tab?