|
|
| Welcome to the Monastery | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
I would think that would actually increase the number of keystrokes needed by one:
Original ProcessStart:(UP)vim filename.pl(ENTER) (2 keystrokes) (make changes) (0 keystrokes) :wq(ENTER) (4 keystrokes) * (UP)(UP)perl -Wall filename.pl(ENTER) (3 keystrokes) GOTO Start Total: 8 keystrokes Two-Window ProcessStart:(edit .pl file in vim, window1) (0 keystrokes) :w(ENTER) (3 keystrokes) * Alt-Tab to window2 (2 keystrokes) (UP)perl -Wall filename.pl(ENTER) (2 keystrokes) Alt-Tab back to window1 (2 keystrokes) GOTO Start Total: 9 keystrokes * : only counts as one keystroke because in my .vimrc I have ; mapped to : and vice-versa so I don't need to press the Shift keyIn reply to Re^2: How to write out a Perl script and run it in as few keystrokes as possible.
by MrSnrub
|
|