From a012df2a28b93fa3d21fedd842aad0e727f6d3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Thu, 7 May 2015 14:57:32 +0200 Subject: [PATCH] Fixed typos (fixes #165) --- README.md | 4 ++-- doc/vimtex.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eee4056..fcfd847 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ disabled if desired. - `i$ a$` Inline math structures - `id ad` Delimiters - Other mappings - - Delete the surrounding command or environment with `dse`/`dsc` - - Change the surrounding command or environment with `csd`/`cse` + - Delete the surrounding command or environment with `dsc`/`dse` + - Change the surrounding command or environment with `csc`/`cse` - Toggle starred environment with `tse` - Toggle between e.g. `()` and `\left(\right)` with `tsd` - Close the current environment in insert mode with `]]` diff --git a/doc/vimtex.txt b/doc/vimtex.txt index 9ca2b23..2db8192 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -86,7 +86,7 @@ Feature overview~ - `i$` `a$` Inline math structures - `id` `ad` Delimiters - Other mappings - - Delete the surrounding command or environment with `dse`/`dsc` + - Delete the surrounding command or environment with `dsc`/`dse` - Change the surrounding command or environment with `csd`/`cse` - Toggle starred environment with `tse` - Toggle between e.g. `()` and `\left(\right)` with `tsd`