Enrico Maria De Angelis

Results 47 issues of Enrico Maria De Angelis

Given this vimrc file: ```vimrc if empty(glob('~/.vim/autoload/plug.vim')) silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim au VimEnter * PlugInstall --sync | source $MYVIMRC endif call plug#begin('~/.vim/plugged') Plug 'junegunn/vim-plug' call plug#end() ```...

Well, the point is that I don't know how to reproduce the problem. The plugin generally seems to work fine, but every now and then, when going back to a...

Below's the demo. To experiment, it is enough to have `set show-mode-in-prompt on` in the `~/.inputrc` file. (I've tested both with `editing-mode` set to `vi` and `emacs`.) [![asciicast](https://asciinema.org/a/O1ACJlDRIUtMA7tOPbxPcofdV.svg)](https://asciinema.org/a/O1ACJlDRIUtMA7tOPbxPcofdV)

Since pipeline has no history (and that's, I think, intended/good/desired/good/verygood), sometimes it's a pain I have to reselect some text from the terminal just to put it in another session...

I was stung by not knowing this [here](https://stackoverflow.com/a/64376681/5825294). Jokes apart, I'd be very useful if that info bar was provided. All lines end with `\n`? ```none 4 lines, showing 4...

Premise: Mice bring deseases. Your program uses the readline library, so it allows me to take full advantage of the `vi` editing mode that I use, except that pressing `v`...

The issue is well described [here](https://vi.stackexchange.com/q/27375/6498). #### Required Info - [x] I have searched the [issues](https://github.com/ryanoasis/vim-devicons/issues) for my issue and found nothing related and/or helpful - [x] I have read...

I've discovered `BOOST_HOF_LIFT`/`BOOST_HOF_LIFT_CLASS` [some time ago](https://stackoverflow.com/a/68357266/5825294), and it's very useful when I want to make an object out of the name of a templated and/or overloaded function. Then I've discovered...

I've been facing a pair of strange issues for some month, and they begun together around the time I started using athame, so I have a strong suspect that athame...

Sometimes I use [pipeline](https://github.com/codekitchen/pipeline). Athame doesn't work well with it, in the sense that the command line being edited is deleted upon pressing Enter and the output is not shown....