#strn sample macro file
#This file should be named ".rnmac" in the same directory as the .newsrc
#mode 's' is article scan, mode 'g' is group scan

##in article scan mode: Select, zoom, and (un)Fold a thread
`	%(%m=s?SzF:\`)
##in article scan mode: (re)Fold and unselect all (unZooms too)
\~	%(%m=s?FZ:\~)

#Reasonably quick way to move around
##Go down 5 entries in Scan modes
i	%(%m=[nsgv]?nnnnn:i)

##Go to previous article when in article scan
#(SPACE (to go to an article), m (to mark article as unread),
# - to go to the previous article)
-	%(%m=s?\040m-:-)
