Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-language-replace README

An extension to let me do language-specific visual mode find and replace keybinds

An example rebind command in the vim.visualModeKeyBindings

{
  "before": [",", "r", "q"],
  "commands": [
    {
      "command": "vimReplace.replaceInSelection",
      "args": {
         "find": "\"",
         "replace": "'",
         "flags": "g",
         "languageId": "python"
      }
    }
  ]
}

Requirements

This relies on the Vim extension in VS Code obviously

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages