Greg Hurrell
Greg Hurrell
I haven't seen this one before, but it seems likely caused by a stale swapfile lying around: ``` *11.3* Crashed or not? *ATTENTION* *E325* Vim tries to protect you from...
There's no way to do this currently, but I'd be open to a pull request for it. If you were going to implement this, it is probably worth doing it...
What’s your mnemonic for those?
Another possibility is `C-r` (reverse history search) `C-s` (forward history search) as used in shells like Bash.
Good questions @joereddington. Command-T only cares about files, not directories, so I don't think it would ever provide a way of searching for directories; on the other hand adding a...
I suspect this *might* happen if you don't have bracketed paste mode enabled in the terminal. It's been years since I used the Apple Terminal though, so I don't recall...
What's your `$TERM`?
This is kind of expected in GUI modes (like MacVim) — see https://github.com/wincent/command-t/issues/217 — but not really sure what could cause it in the terminal (and much less iTerm2, which...
If we solve #217, this one probably gets fixed "for free".
Thanks for the report! ``` *'autochdir'* *'acd'* *'noautochdir'* *'noacd'* 'autochdir' 'acd' boolean (default off) global {not in Vi} {only available when compiled with it, use exists("+autochdir") to check} When on,...