diff --git a/README.md b/README.md index 94d60da..4e8e4fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![vim-galore](https://raw.githubusercontent.com/mhinz/vim-galore/master/pics/vim-galore.png) +![vim-galore](https://raw.githubusercontent.com/mhinz/vim-galore/master/media/vim-galore.png) --- @@ -1374,7 +1374,7 @@ Plug is my favorite, but your mileage may vary. This is a technique to insert the same text on multiple consecutive lines at the same time. See this -[demo](https://raw.githubusercontent.com/mhinz/vim-galore/master/pics/block_insert.gif). +[demo](https://raw.githubusercontent.com/mhinz/vim-galore/master/media/block_insert.gif). Switch to visual block mode with ``. Afterwards go down for a few lines. Hit `I` or `A` and start entering your text. @@ -1923,7 +1923,7 @@ When [Bill Joy](https://en.wikipedia.org/wiki/Bill_Joy) created [ADM-3A](https://en.wikipedia.org/wiki/ADM-3A) which had no extra cursor buttons but used, you might already guessed it, hjkl instead. -Keyboard layout: [click](https://raw.githubusercontent.com/mhinz/vim-galore/master/pics/adm-3a-layout.jpg) +Keyboard layout: [click](https://raw.githubusercontent.com/mhinz/vim-galore/master/media/adm-3a-layout.jpg) This also shows why `~` is used to denote the home directory on Unix systems. diff --git a/pics/adm-3a-layout.jpg b/media/adm-3a-layout.jpg similarity index 100% rename from pics/adm-3a-layout.jpg rename to media/adm-3a-layout.jpg diff --git a/pics/block_insert.gif b/media/block_insert.gif similarity index 100% rename from pics/block_insert.gif rename to media/block_insert.gif diff --git a/pics/vim-galore.png b/media/vim-galore.png similarity index 100% rename from pics/vim-galore.png rename to media/vim-galore.png