Daniel Ashbrook
Daniel Ashbrook
Note that increasing `engine.timing.timeScale` can cause this issue as well.
You can’t install anything that requires a compiler, and unfortunately FZF falls into that category. I haven’t found a better way mysefl…
I'm using the first, but also miss things like battery percentage and signal strength.
Yes, I followed those instructions and authentication seems to work; for example, `netrw` can list directory contents and I can run `:!ssh user@host` without being asked for a password. But...
I've figured out the issue. Regular `scp` defaults to paths relative to the home directory; that is, `scp user@host:file.txt` will get `file.txt` from `user`'s home directory. But `curl` assumes paths...
With some experimentation, I found the problem. wiki.vim tries to detect the OS type with `system(‘uname’)`. That command works fine when iVim is running, but it looks like during startup...
I have had to do this on iOS: ``` let g:wiki_root = py3eval('os.path.realpath(os.path.expanduser("~/wiki"))') ``` in order to get an actual working path.
I ran into the same thing and discovered that if I did `cd $TMPDIR; mkdir pip-req-tracker-onn_0423` (that pip dir being listed in the EnvironmentError message), the package would install.
Yes, but I want a layout that's not balanced in left/right numbers. For example, exactly the same as the default set of buttons, but with an additional **esc/ctrl** and **tab/arrows**...
Yes, please! That fits with the mental model of Vim—that when you are in command mode, you are in command mode, no matter where you move the cursor. It should...