Re: Notepad++?
Posted: Sun Nov 14, 2010 12:20 am
I know. I eventually figured it out. But you also have to paste the dlls in there too, or you'll end up with missing dll errors.TechnoCat wrote:The main thing I like about vim is that your hands never leave their spot on the keyboard. Then I can navigate between terminals and still have my hands in their spot. This is because you can do almost everything in UNIX from the terminal.Mud wrote:How much do you use the command line for in Vim? The only thing I really invoked externally are various programming languages. That and grep, but Vim has grep built-in now (vgrep). Maybe wc and sort. .TechnoCat wrote:yeah, the command prompt just isn't as useful as the UNIX terminal is. So vim isn't as handy in Windows.
In windows, I don't get this luxury, I pretty much am forced to use my mouse in most cases when i switch out of my editor. When I try to do keyboard only in Windows, I end up putting :w all over my document.
Just use the command prompt. It is one line long.zac352 wrote:I spent several minutes staring at the batch help-thingy for the copy command, trying to figure out how to pack my love into an exe.Code: Select all
copy /b love.exe+<love file> <target exe>