mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Merge pull request #181 from rscircus/patch-1
Add surround backticks to README.md
This commit is contained in:
commit
de354d654a
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ Here's an example config that implements many of the features from vim-surround:
|
|||
exmap surround_wiki surround [[ ]]
|
||||
exmap surround_double_quotes surround " "
|
||||
exmap surround_single_quotes surround ' '
|
||||
exmap surround_backticks surround ` `
|
||||
exmap surround_brackets surround ( )
|
||||
exmap surround_square_brackets surround [ ]
|
||||
exmap surround_curly_brackets surround { }
|
||||
|
|
@ -161,6 +162,7 @@ nunmap s
|
|||
vunmap s
|
||||
map s" :surround_double_quotes
|
||||
map s' :surround_single_quotes
|
||||
map s` :surround_backticks
|
||||
map sb :surround_brackets
|
||||
map s( :surround_brackets
|
||||
map s) :surround_brackets
|
||||
|
|
|
|||
Loading…
Reference in a new issue