(A) Upper and lower limits on numeric data.
(B) Passwords to prohibit unauthorised access to files.
(C) Data dictionary to keep the data
(D) Data dictionary to find last access of data
I want to copy the (A) to buffer-a, (B) to buffer-b, etc.
I want to use the key s for this purpose. sa should copy the current line to buffer-a, sb to buffer-b, etc.
I wrote the code :map s "ayy
to map s to copy the current line to buffer-a
But I don't have any idea how to pass the buffer name. (The character typing after s.)
UPDATE: Want to copy to register, not buffer!!