Feature Request:
Functions like next_mark and prev_mark, which are currently mapped to '] and '[, respectively. However, these functions only go to the mark within the current buffer.
I'd like the following:
'} -> Go to next global mark (denoted by capital letters, e.g. A goes to B goes to next available...)
'{ -> Go to previous global mark (B to A to Z...)
Feature Request:
Functions like
next_markandprev_mark, which are currently mapped to']and'[, respectively. However, these functions only go to the mark within the current buffer.I'd like the following:
'}-> Go to next global mark (denoted by capital letters, e.g.Agoes toBgoes to next available...)'{-> Go to previous global mark (BtoAtoZ...)