Skip to content

Commit

Permalink
semicolon, not semi-column
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Ostrowski committed Feb 8, 2012
1 parent b4591d4 commit c37f6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -217,8 +217,8 @@ sudo password when writing.
* `<leader>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.
* `<leader>u` Convert the entire word to uppercace.
* `<leader>l` Convert the entire word to lowercase.
* `<leader>U` Convert the first char of a word to uppercase.
Expand Down

0 comments on commit c37f6e7

Please sign in to comment.