From c37f6e7a246281f271aedae6df2f8c33be3ab2b3 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski Date: Wed, 8 Feb 2012 15:34:12 -0500 Subject: [PATCH] semicolon, not semi-column --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d788ee3d..8fdfde08 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,8 @@ sudo password when writing. * `fef` format the entire file * `,.` (comma followed by a dot) opens the next buffer. * `,m` (comma followed by m) opens the previous buffer. -* `;'` (semi-column followed by a single quote) switch to next tab. -* `;l` (semi-column followed by l) switch to previous tab. +* `;'` (semicolon followed by a single quote) switch to next tab. +* `;l` (semicolon followed by l) switch to previous tab. * `u` Convert the entire word to uppercace. * `l` Convert the entire word to lowercase. * `U` Convert the first char of a word to uppercase.