]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - atom/packages/vim-surround/lib/command/change.coffee
Adds atom packages
[rbdr/dotfiles] / atom / packages / vim-surround / lib / command / change.coffee
index b1860f57f110446e93dbe53e9de579c66bcf90f2..7bdf623e1df1b28dde3990b9c4e99de6f6722156 100644 (file)
@@ -6,7 +6,7 @@ Selector = require './selector'
 module.exports = class Change
   constructor: (config) ->
     @command = config.changeSurroundCommand
-    @context = "atom-text-editor.vim-mode.command-mode"
+    @context = "atom-text-editor.vim-mode.normal-mode"
     @disposables = new CompositeDisposable
     @curPairs = []
     @curPairsWithTarget = []