From 48725911cb7f43e4d636b4022876307ef0eb43ed Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 7 Aug 2016 14:36:09 +0200 Subject: [PATCH] Rename paths --- README.md | 14 +++++++------- {media => contents/images}/badge-awesome.svg | 0 .../images/content-adm-3a-layout.jpg | Bin .../images/content-block_insert.gif | Bin .../images/content-homerow.png | Bin .../images/logo-vim-galore.png | Bin {content => contents}/minimal-vimrc.vim | 0 {content => contents}/plugins.md | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename {media => contents/images}/badge-awesome.svg (100%) rename media/adm-3a-layout.jpg => contents/images/content-adm-3a-layout.jpg (100%) rename media/block_insert.gif => contents/images/content-block_insert.gif (100%) rename media/homerow.png => contents/images/content-homerow.png (100%) rename media/vim-galore.png => contents/images/logo-vim-galore.png (100%) rename {content => contents}/minimal-vimrc.vim (100%) rename {content => contents}/plugins.md (100%) diff --git a/README.md b/README.md index b45827f..2abdb6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![vim-galore](https://cdn.rawgit.com/mhinz/vim-galore/master/media/badge-awesome.svg)](https://github.com/sindresorhus/awesome) +[![vim-galore](https://cdn.rawgit.com/mhinz/vim-galore/master/contents/images/badge-awesome.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travis-ci.org/mhinz/vim-galore.svg?branch=master)](https://travis-ci.org/mhinz/vim-galore) -![vim-galore](https://raw.githubusercontent.com/mhinz/vim-galore/master/media/vim-galore.png) +![vim-galore](https://raw.githubusercontent.com/mhinz/vim-galore/master/contents/images/logo-vim-galore.png) --- @@ -113,7 +113,7 @@ My [vimrc](https://github.com/mhinz/dotfiles/blob/master/vim/vimrc). ## [List of colorschemes](#list-of-colorschemes-1) -## [List of plugins](content/plugins.md) +## [List of plugins](contents/plugins.md) --- @@ -216,7 +216,7 @@ to be useful for starting out. Eventually you have to read up on all the mentioned settings anyway and decide for yourself. :-) -So here it is: [minimal-vimrc](content/minimal-vimrc.vim) +So here it is: [minimal-vimrc](contents/minimal-vimrc.vim) In case you're interested, here's [my vimrc](https://github.com/mhinz/dotfiles/blob/master/vim/vimrc). @@ -1645,7 +1645,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/media/block_insert.gif). +[demo](https://raw.githubusercontent.com/mhinz/vim-galore/master/contents/images/content-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. @@ -2406,7 +2406,7 @@ bails out. No further code (mappings, commands, logic) will be processed. CapsLock belongs to the most useless keys on your keyboard, but it's much easier to reach than the Control key, since it lies on your [home -row](https://raw.githubusercontent.com/mhinz/vim-galore/master/media/homerow.png). +row](https://raw.githubusercontent.com/mhinz/vim-galore/master/contents/images/content-homerow.png). Mapping CapsLock to Control is a great way to prevent or at least reduce [RSI](https://de.wikipedia.org/wiki/Repetitive-Strain-Injury-Syndrom) if you program a lot. @@ -2458,7 +2458,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/media/adm-3a-layout.jpg) +Keyboard layout: [click](https://raw.githubusercontent.com/mhinz/vim-galore/master/contents/images/content-adm-3a-layout.jpg) This also shows why `~` is used to denote the home directory on Unix systems. diff --git a/media/badge-awesome.svg b/contents/images/badge-awesome.svg similarity index 100% rename from media/badge-awesome.svg rename to contents/images/badge-awesome.svg diff --git a/media/adm-3a-layout.jpg b/contents/images/content-adm-3a-layout.jpg similarity index 100% rename from media/adm-3a-layout.jpg rename to contents/images/content-adm-3a-layout.jpg diff --git a/media/block_insert.gif b/contents/images/content-block_insert.gif similarity index 100% rename from media/block_insert.gif rename to contents/images/content-block_insert.gif diff --git a/media/homerow.png b/contents/images/content-homerow.png similarity index 100% rename from media/homerow.png rename to contents/images/content-homerow.png diff --git a/media/vim-galore.png b/contents/images/logo-vim-galore.png similarity index 100% rename from media/vim-galore.png rename to contents/images/logo-vim-galore.png diff --git a/content/minimal-vimrc.vim b/contents/minimal-vimrc.vim similarity index 100% rename from content/minimal-vimrc.vim rename to contents/minimal-vimrc.vim diff --git a/content/plugins.md b/contents/plugins.md similarity index 100% rename from content/plugins.md rename to contents/plugins.md