X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/24c7594d62d8d7fbbcdb64b11ce4adc5d8e6991a..455f099b504ec07dd492ab31987ae05a6f6774c7:/atom/packages/vim-surround/lib/command/change.coffee 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 = []