Skip to content

Wrap your visual blocks with a range of brackets and quotation characters

License

Notifications You must be signed in to change notification settings

bwintertkb/visual_wrap.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

visual_wrap.nvim

Wrap your visual blocks with a range of brackets and quotation characters

Wrap your code

Once you've highlighted your text in visual-line (i.e. visual mode) mode you can use the following keybind to wrap your text:

  • <leader>[ wraps your text as [..text..]
  • <leader>] wraps your text as [..text..]
  • <leader>{ wraps your text as {..text..}
  • <leader>} wraps your text as {..text..}
  • <leader>( wraps your text as (..text..)
  • <leader>) wraps your text as (..text..)
  • <leader>< wraps your text as <..text..>
  • <leader>> wraps your text as <..text..>
  • <leader>" wraps your text as "..text.."
  • <leader>' wraps your text as '..text..'
  • <leader>` wraps your text as <backtick>..text..<backtick>

Installation

Using packer

use 'bwintertkb/visual_wrap.nvim'

Setup

require("visual_wrap").setup()

License

The plugin is ditributed under the Apache License, Version 2.0

About

Wrap your visual blocks with a range of brackets and quotation characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages