Fix comments interpreted as part of rhs

dianlujitao
2019-10-27 16:23:27 +08:00
parent 32bb58b54b
commit 27a6f3c31e

@@ -6,10 +6,10 @@ Also you can switch between windows faster by their direction:
```
"Switch between different windows by their direction`
no <C-j> <C-w>j "switching to below window
no <C-k> <C-w>k "switching to above window
no <C-l> <C-w>l "switching to right window
no <C-h> <C-w>h "switching to left window
no <C-j> <C-w>j| "switching to below window
no <C-k> <C-w>k| "switching to above window
no <C-l> <C-w>l| "switching to right window
no <C-h> <C-w>h| "switching to left window
```
Put the above lines in your vimrc, so now you can switch between different windows by their direction easier and faster.