sheinz

Results 11 comments of sheinz

I was expecting a pop-up notification when I receive a message and ncTelegram is not focused. Now thinking about it, I'm not sure if it even possible for a terminal...

You might have mapped CtrlP to ``. `` is an alias for `` in the terminal.

Just installed the plugin and nothing seems to work :( I also see the message "Last match". I hope to find a solution as the plugin looks really useful on...

I can't figure out how to map Ctr-O/Ctrl-I to QtCreator's "GoBack"/"GoForward". It seems like FakeVim intercepts those key bindings. Is there a way to let Ctrl-O/Ctrl-I to go to QtCreator...

I still haven't reached the desired behaviour. I have unchecked "Pass control key" in my FakeVim setting page. I have the following .vimrc: ``` map , map , map ,...

@hluk Unfortunately `noremap` doesn't work, no reaction on key press. :(

@ANtlord with `nmap` the behaviour is the same as with `map`: have to press key sequence two times to trigger the action. Also red status "Recursive mapping" is displayed sometimes.

I experienced similar issue but it was just my mistake. Make sure you are calling Ack and not grep.

Hi Pablo, I tried with no difference. I also tried setting frequency registers directly (without conversion): ``` // rfm.setFrf(0x4EC000); // 315MHz - works // rfm.setFrf(0x6C8000); // 434MHz - works //...

It is Arduino Pro mini, ATmega328p 16MHz, 3.3v. The Internet says it is little endian.