Erlend
Erlend
@aksr you can type `s` in visual mode after the search is what i meant ( it's an alias to `c` )
Here are the permutations of `vim` and `sam`: vim vis via vmi vms vma vsi vsm vsa vai vam vas iva ivm ivs ima imv ims isa isv ism ias...
@shua a quick google search revealed this -> http://www.campbell-tx.net/campbellware/ve.php In general when considering a name, i think the key combination should be as easy as possible to type.
Maybe add a poll at some time? Or a random chooser ;)
I recently wondered if it was possible to use vis' sam commands to edit multiple files in subfolders by piping a find command to vis and writing the result back...
hi @mfogel , maybe add an extra tool / API call for removing redundant coords, making it optional for the user. or make it as an config, but maybe off...
I'm trying to build a `Dockerfile`, but having a few issues.. The `mapnik` dependency seem somewhat difficult to build, so i put it on hold for now, commenting out the...
I noticed when i try to reference the local `sharp` folder in the Docker container i get the following error: ``` /app/test/bench # node perf.js Something went wrong installing the...
I do a `RUN` command in the `Dockerfile` should that not build an IMAGE for the correct platform defined in `FROM`, that is Linux and darwin? I also did try:...
Already doing that. See docker_bench branch for the current state