Enrico Maria De Angelis

Results 47 issues of Enrico Maria De Angelis

A screecast is better than a thousand words: [![asciicast](https://asciinema.org/a/4rsDXVhDi3651nMkQwsqoqsYs.svg)](https://asciinema.org/a/4rsDXVhDi3651nMkQwsqoqsYs)

I have the following lines in my `~/.inputrc`: ``` "\t": menu-complete "\e[Z": menu-complete-backward ``` which are meant to make Tab and Shift+Tab loop forward or backward in the possible completions....

key bindings

### Description I think it's #561, or a variation of it. A screencast is better than a thousand words: [![asciicast](https://asciinema.org/a/iFYwccurXpTMiVEst9SuTPsWv.svg)](https://asciinema.org/a/iFYwccurXpTMiVEst9SuTPsWv) ### Works in vim? Reproducable in Vim ### Works with...

## Foreword I have read #239 and skimmed through [the conversation on gitter](https://gitter.im/boostorg/hana?at=5696b9565de13b3f15e2e681) that was linked there. It is about why `hana::partial` calls the `&` overload of its first argument's...

I've followed steps 1, 2, and 4 (not 3) from [How to contribute](https://github.com/boostorg/hana/blob/master/CONTRIBUTING.md), but I get this error: ``` Scanning dependencies of target test.string.zero [ 2%] Building CXX object test/CMakeFiles/test.string.zero.dir/string/zero.cpp.o...

I use [`picom`](https://wiki.archlinux.org/title/Picom) to have non-focused windows semi transparent in [i3](https://i3wm.org/). The drawback is that this makes `gpick` totally ineffective, as in order to pick a color _it_ needs to...

It happened as a typo that I wrote ```css background-color: rgb(100,100,256); ``` and I got this error ```none Error detected while processing CursorMoved Autocommands for ""..function 88_parse_screen[4]..88_create_syn_match[34]..88_create_highlight: line 6: E254:...

bug

(Not for the plugin, but for the repo.) I think it would good if a frequent user could record a gif of the plugin in action. I don't use this...

### Steps to reproduce Insert the following in a file with filetype equal to vim: ```vim nunmap ZZ augroup NormalModeCarriageReturnIsNoOpExceptInCmdwin autocmd! autocmd CmdwinEnter * nunmap autocmd CmdwinLeave * nnoremap augroup...

bug

# Issue Prelude **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your issue:** - [x] I have read and understood YCM's...