vim-registers
Same registers for different VIM tabs
I\'m trying to开发者_开发百科 make a copy paste from 1 file I have opened in a tab to another file I have opened in another tab.[详细]
2023-03-12 06:01 分类:问答Vim: How to handle newlines when storing multiple commands in registers?
I have a file where I store snippets of vim commands. When I need a snippet, I yank it and then execute it with @\". The snippets are stored as a script, one line per command, like this:[详细]
2022-12-28 06:35 分类:问答Vim Register Use in Ex Mode
Potentially 2 questions in one.I would like to know how to reference a register in Ex mode. For instance, I\'m editing a file and I want to save the file with a timestamp (or just datestamp really) a[详细]
2022-12-22 13:16 分类:问答Combining registers in vim
Is it possible to combine registers in vim? For example, if I have registers \"a, \"b, \"c, can I easily create register \"d which is a concatenation of all three? That is, without pasting them all an[详细]
2022-12-09 06:10 分类:问答