vim archiv

* Archived many refs from OMEGA.bib into archiv.bib
* Those archived included many refs of that were of interest in my previous scientific research, but that are less pertinent to my current research. So the big single database file blob was parsed down to a smaller one (maybe 30-50% less lines).
* Performed manually, over course of a workday, but this was sped up immensely with a help of a keyboard shortcut associated to a vim macro that with a single keystroke cuts and appends the bib reference to an external file and then sets cursor to the next ref. Had worked out this macro functionality this past weekend. This made navigating from reference to reference, for a quick scan of the title and abstract, and making a decision, sometimes in less than 0.5s, other times taking several secs to make a decision.
* Used the following mapping in vim:
    :map <F2> :norm@a<CR>:delete<CR>:silent !./cutbib<CR>:norm@b<CR>
where cutbib is a file containing `wl-paste >> archiv.bib`
and @a=v% and @b=n so that search next leads to a visual
delimiter-to-delimiter highlight, giving the lines for the cut
(delete and cutbib) operation.
This commit is contained in:
ackman678
2023-01-09 21:44:36 -05:00
parent 4a556837e2
commit cfa151f032
2 changed files with 45590 additions and 43250 deletions

43269
OMEGA.bib

File diff suppressed because one or more lines are too long

45571
archiv.bib Normal file

File diff suppressed because it is too large Load Diff