Good morning, In zshell I have an alias as follows: alias foo=\'echo FooBar!\' Which of course works fine.
I want to have a function in my zsh for faster accessing my todo-files. It s开发者_高级运维hould look inside the folder ~/tasks where i put my todo-lists and stuff. Now i want to type task p and when
You can push thi开发者_开发技巧ngs to buffer with ^Q and pop them with ESC-g. Alt+x vi-set-buffer changes buffer somehow. How can I see all the buffers? They are probably some files to look at.^Q (and
I forgot the array syntax while on Zsh-commandline: $ hello=[1,2,3,4] %ERR: I want to fix the problem开发者_开发问答 by substitution. In Vim, I would do :.s@,@ @g.
Sometimes I want a filename instead of what zsh guesses for me. For example, I have a PNG file without a proper .png suffix, which开发者_StackOverflow社区 makes zsh think it isn\'t a picture and won\'
I\'d like to be able to switch temporarily from emacs mode to vi mode, since vi mode is sometimes better, but I\'m usually half-way through typing something before I realize I want to use vi mode.
I want to adjust zsh so that I can开发者_JS百科 tab complete: myprog <tab> using all *.foo files in ~/somedir, but have it so that it displays them without the .foo extension.
I have \"v\" aliased to \"vim **/*.cpp **/*.hpp **/*.cxx\" Problem is, if I\'m in a directory without any *.cxx files, zsh treats this as an error. Is there anyway 开发者_开发问答to tell zsh to creat
When I use putty to log on to a bash shell, I want it like real term emulator in Linux. That means: I开发者_如何学Cf I set shell to vi editing mode, the cursor would be a vertical line in inserting mo
I found this in the adam2 zsh prompt, and I have no idea what it means.Apparently it counts the length of the \"string\", but how it does that is beyond me.