Vim_Editor_IDE/Vim_Plugins

LunarVim단축키❤️Neovim_surround_단축키 외우기

내인생PLUS 2022. 12. 18. 23:40
728x90


    Old text                    Command         New text
--------------------------------------------------------------------------------
    surr*ound_words             ysiw)           (surround_words)
    *make strings               ys$"            "make strings"
    [delete ar*ound me!]        ds]             delete around me!
    remove <b>HTML t*ags</b>    dst             remove HTML tags
    'change quot*es'            cs'"            "change quotes"
    <b>or tag* types</b>        csth1<CR>       <h1>or tag types</h1>
    delete(functi*on calls)     dsf             function calls




https://github.com/kylechui/nvim-surround

GitHub - kylechui/nvim-surround: Add/change/delete surrounding delimiter pairs with ease. Written with in Lua.

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua. - GitHub - kylechui/nvim-surround: Add/change/delete surrounding delimiter pairs with ease. Written with in Lua.

github.com






neo vim __ surround plug-in












다른글
vim surround 연습하기
- https://economiceco.tistory.com/m/15969

vim surround 연습하기

https://github.com/tpope/vim-surround GitHub - tpope/vim-surround: surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease - GitHub - tpope/vim-surround

economiceco.tistory.com













반응형