mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10:00
vim-patch:1e3e1ba: runtime(tutor): Update Chapter 2, remove mentioning surround plugin
fixes: vim/vim#18950
1e3e1ba067
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -42,7 +42,7 @@ Test cases: {curly}, [square], <angle>, and "quoted" items.
|
||||
|
||||
4. Advanced combinations:
|
||||
- `ciwnew<ESC>`{normal} - Change current word to "new"
|
||||
- `yss"<ESC>`{normal} - Wrap entire line in quotes (vim-surround plugin style)
|
||||
- `ciw"<CTRL>-"<ESC>`{normal} - (Note: This is Ctrl-Minus): wrap current word in quotes
|
||||
- `gUit`{normal} - Uppercase inner HTML tag content
|
||||
- `va"p`{normal} - Select quoted text and paste over it
|
||||
|
||||
@@ -276,6 +276,7 @@ REFERENCE: [Marks](marks)
|
||||
- `"+`{normal}/`"*`{normal} - System clipboard (OS dependent)
|
||||
- `"_`{normal} - Blackhole (discard deleted/yanked text)
|
||||
- `"=`{normal} - Expression register
|
||||
- `"-`{normal} - Small delete register
|
||||
|
||||
|
||||
# CONCLUSION
|
||||
|
||||
Reference in New Issue
Block a user