Renamed all standard sequences (e.g. cur->c) and made them globally changeable
authormarkus schnalke <meillo@marmaro.de>
Wed, 4 Jan 2012 17:29:23 +0000 (18:29 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 4 Jan 2012 17:29:23 +0000 (18:29 +0100)
The full list:
cur -> c
first -> f
last -> l
next -> n
prev -> p
all -> a
new -> b (mnemonic: one beyond the last)
They are globally changeable in config/config.c
Could be that I'll add the old names again, as convenience aliases.


No differences found