Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed Sep 9, 2023
1 parent 49f4b2e commit 557b5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ I tend to forgot I defined these mappings:
| `Zw` | Close buffer without saving |
| `gb` | Re-select last pasted block |
| `Q` `gq` `<M-q>` | In visual mode, format by `par`, vim |
| `<M-p><C-S-BS>` | Discard consecutive blank lines |
| `<M-f><C-S-BS>` | Discard consecutive blank lines |
| `<M-x>#-` or `#=` or`#~` | Underline line |
| `<D-M-S-->` `<D-M-S-+>` | Increment/decrement (all-mode alternative to `<C-a>` and `<C-x>`) |
| i\_`<C-s>` | Swap last two characters (my own function) |
Expand Down Expand Up @@ -178,7 +178,7 @@ My more concise shortcuts:
| Mapping | Description |
| -------- | ------------------ |
| `:S` | PCRE2 substitution |
| `<M-t>/` | Toggle PCRE search |
| `<M-s>/` | Toggle PCRE search |

### exchange

Expand Down
2 changes: 1 addition & 1 deletion init.plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ nmap gA <Plug>(EasyAlign)
let g:titlecase_map_keys = 0
let g:titlecase_excluded_words = [""]

""" ergex {{{2
""" eregex {{{2

" We want `:S` substitutions to be case-sensitive.
let g:eregex_force_case = 1
Expand Down

0 comments on commit 557b5c5

Please sign in to comment.