Skip to content

Commit

Permalink
Merge pull request #3540 from duguanyue/master
Browse files Browse the repository at this point in the history
Mod:change sneak sneakUseIgnorecaseAndSmartcase default value explana…
  • Loading branch information
jpoon authored Mar 1, 2019
2 parents 594b830 + cdf997e commit 550f770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ Based on [vim-sneak](https://github.com/justinmk/vim-sneak), it allows for jumpi
| Setting | Description | Type | Default Value |
| ---------------------------------- | ----------------------------------------------------------- | ------- | ------------- |
| vim.sneak | Enable/disable vim-sneak | Boolean | false |
| vim.sneakUseIgnorecaseAndSmartcase | Respect `vim.ignorecase` and `vim.smartcase` while sneaking | Boolean | true |
| vim.sneakUseIgnorecaseAndSmartcase | Respect `vim.ignorecase` and `vim.smartcase` while sneaking | Boolean | false |

Once sneak is active, initiate motions using the following commands. For operators sneak uses `z` instead of `s` because `s` is already taken by the surround plugin.

Expand Down

0 comments on commit 550f770

Please sign in to comment.