From: Heikki Junes Date: Thu, 31 Oct 2002 22:58:51 +0000 (+0000) Subject: Use to indicate the pressing of that key. X-Git-Tag: release/1.7.6~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=13812f23dffdd3de2872b09817dd24fb06fb9db7;p=lilypond.git Use to indicate the pressing of that key. --- diff --git a/ChangeLog b/ChangeLog index a198de04e8..df191ebfca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing. Remove nonvalid settings. Use descriptive key names. + Use to indicate the pressing of that key. 2002-10-30 Jan Nieuwenhuizen diff --git a/vimrc b/vimrc index fb986221c2..3ce1932e4c 100644 --- a/vimrc +++ b/vimrc @@ -5,28 +5,28 @@ set shiftwidth=2 " some handy key mappings " " F4 save & make and play midi -map :w :se makeprg=ly2dvi\ -m\ %< :make :!timidity %<.midi +map :w:se makeprg=ly2dvi\ -m\ %<:make:!timidity %<.midi " " F5 save & make dvi, midi, ps -map :w :se makeprg=ly2dvi\ -P\ %< :make +map :w:se makeprg=ly2dvi\ -P\ %<:make " " F6 view ps -map :!gv -watch %<.ps & +map :!gv -watch %<.ps & " " F7 prev error -map :cp +map :cp " " F8 next error -map :cn +map :cn " " F9 make -map :w :se makeprg=make\ -k :make +map :w:se makeprg=make\ -k:make " " F10 run buffer through lily -map :w :se makeprg=lilypond\ %:t :make +map :w:se makeprg=lilypond\ %:t:make " " shift F10: run buffer through lily -M -map :w :se makeprg=lilypond\ -M\ %:t :make +map :w:se makeprg=lilypond\ -M\ %:t:make " " " errorformat for lily (with columns) and gcc