diff options
Diffstat (limited to 'atom/packages/vim-surround/lib/command/change.coffee')
| -rw-r--r-- | atom/packages/vim-surround/lib/command/change.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atom/packages/vim-surround/lib/command/change.coffee b/atom/packages/vim-surround/lib/command/change.coffee index b1860f5..7bdf623 100644 --- a/atom/packages/vim-surround/lib/command/change.coffee +++ b/atom/packages/vim-surround/lib/command/change.coffee @@ -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 = [] |