Edit: Solved. See GitHub: amix/vimrc#204.
I often drop a shell out of my vim window by :!bash but I have two problems with it.
- I can't use UTF8 for pipes
- with QWERTZ layout, I can't use Umlaut keys like
öäü, i.e.öbehaves likeALT-_
I think the problems are somehow related.
Is there anything I missed regarding both problems?
:!bashis actually a good thing: I think that:!is meant to execute a single command but not to start an interactive shell. If you really need to execute several commands in an external shell why don't you directly the external shell? – statox Mar 19 '16 at 13:04vim --version? When you answer, we willl take it from there. – Alexandre Martins Mar 19 '16 at 14:00:shellor<C-z>– romainl Mar 19 '16 at 14:35:shell).:vsplit term://zshis a pretty nice feature IMO. I just ran into a scripting problem around this which I could assist with (open terminal mode and insert into anonmodifiable) [some fun stuff..] – Dan Bradbury Mar 23 '16 at 16:05:shell. – criztovyl May 14 '16 at 12:53:shell? – criztovyl May 14 '16 at 12:59$LANGin the vimrc is a really bad idea. You use this environment variable to set your locale, which influences all sorts of things (which character encoding to use, sorting order, interface language, etc). I appreciate there are some edge-cases where resetting this is useful, but doing this habitually is not a good idea, and this is a great example why copying a random vimrc from GitHub is probably not a great idea... At any rate, you should probably post your answer as an answer − rather than an edit to the question − so people can see your problem is solved :-) – Martin Tournoij Jul 13 '16 at 21:19