Rafael Bodill

Results 58 issues of Rafael Bodill

Using this snippet from docs: ```viml inoremap delimitMate#WithinEmptyPair() ? \ "delimitMateCR" : \ "external_mapping" ``` Produces literal text and doesn't trigger plugin, for example: ![image](https://cloud.githubusercontent.com/assets/147918/26794160/4c7a140a-4a29-11e7-99e0-9de0a3079ef6.png) (Using latest Neovim v0.2.1-278-g1b2acb8d)

NVIM v0.2.0-989-g6fbcbeba OS: macOS 10.12.4 ```sh $ make gcc -g -Wall -o colorpicker colorpicker.c -export-dynamic `pkg-config --cflags --libs gtk+-2.0` Undefined symbols for architecture x86_64: "xport-dynamic", referenced from: implicit entry/start for...

It would be great to support https://victorops.com/ for liveness alert creation.

kind/enhancement
good first issue
workflow/todo

It would be great to have a way to customize keys, Vim bindings are missed.

enhancement
help wanted

I'm receiving following error when trying to add camera overlay: > Cannot find a matching stream for unlabeled input pad 1 on filter Parsed_overlay_0 ``` $ : ffscreencast -c /opt/local/bin/ffmpeg...

bug
OSX

Any chance you could support [this](https://github.com/mustache/spec/pull/75) proposal? Mustache.php implemented it [nicely](https://github.com/bobthecow/mustache.php/wiki/BLOCKS-pragma).

The plugin currently splits only horizontally, it would be nice to allow vertical too.

When leaving a tmux pane with Vim inside, there is a visible `^[[O` string left where cursor was. This isn't text that is being processed, just a bit annoying.. any...

Please allow to configure the memos filename format, and support creation of subdirectories. For example, create directories for 'year-month/' and filename with 'day-slug.md': ``` filefmt = "%Y-%m/%d-${SLUG}.md" ``` > 💬...

enhancement

Since commit 45676e7f836a13c194fb8ab1a53e30b250333f31 I'm receiving an error while compiling cpsm with Python3 support: (I'm using macOS with Macports, and not Homebrew) ``` $ PY3=ON ./install.sh Python 3 selected by PY3=ON...