Ace: vim mode substitution (find and replace)

Created on 27 Feb 2015  路  6Comments  路  Source: ajaxorg/ace

Really enjoying vim mode with the landing of everything in #2219. Great stuff.

One feature I think is still missing is substitution: %s/foo/bar/g. At least on Cloud9 I get "Vim command not implemented". This does work in CodeMirror.

Most helpful comment

I added a pull request with command "sed" :) https://github.com/c9/core/pull/468

All 6 comments

In cloud9 we had to modify vim mode to make it work with cloud9 cli and s is indeed not implemented yet.
Code for it, with changes not yet merged to Ace, is at https://github.com/c9/core/blob/master/node_modules/ace/lib/ace/keyboard/vim.js and https://github.com/c9/c9.ide.ace.keymaps/tree/master/vim

Hi, is there any update on this? I just want to know if this is a bug of is just not implemented yet.

Thanks!

+1

Same here

Hey, guys, is anybody here?)
Does they fix the probloem?
very want to use :s in my container!

I added a pull request with command "sed" :) https://github.com/c9/core/pull/468

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xfix picture xfix  路  5Comments

dimroc picture dimroc  路  6Comments

BoasE picture BoasE  路  4Comments

hojas picture hojas  路  7Comments

velara3 picture velara3  路  5Comments