Moving my vim settings to macvim on an M1 mac

2021-12-01 Thread russurquhart1 via vim_use
Hi, I have my vim settings and .vimrc, etc. I should be able to move those over to respective locations on my M1 Macvim, right? Would all i have to do is resouce the plugin docs so they are found in the help? Can someone refresh my memory on how to do that? Thanks, Russ -- -- You received

Re: New User Several Questions and Concerns

2021-09-17 Thread russurquhart1 via vim_use
I use gt. so to go to the 5th tab i enter: 5gt -Original Message- From: Bernard To: vim_use Sent: Fri, Sep 17, 2021 10:37 am Subject: New User Several Questions and Concerns Greetings I am learning Vim (Windows 10) It is of no use to me unless I can effortlessly edit multiple files

Re: Highlight and annotate plaintext

2021-06-09 Thread russurquhart1 via vim_use
Hi, You made me remember and find this. Check this out, it is a way to put editing comments into a plain text file like markdown. http://criticmarkup.com/ hth,Russ -Original Message- From: Julius Hamilton To: vim_use@googlegroups.com Sent: Tue, Jun 8, 2021 6:54 am Subject: Highlight

See the contents of an included file

2021-05-12 Thread russurquhart1 via vim_use
Hi, I'm a tech writer and I use Vim for all my writing. Currently we are authoring in Markdown. To save time and keep consistency, I've been using include files for boilerplate text. It is usually of a form: #include doc/site/pages/include/sample.tmpl Just having that line in another file, I was

Cant get \\c to work with vim-visual-multi plugin

2020-12-12 Thread russurquhart1 via vim_use
I'm using mac vim 8.2.1456. I am trying to use the vim-visual-multi plugin (https://github.com/mg979/vim-visual-multi)  about half the commands are working but other, like \\c, are not. I think it has something to do with my leader setting, but I don't know how to debug this.  Can anyone give

Re: Vim online conference - hopin.to account required

2020-09-26 Thread russurquhart1 via vim_use
I think that works as well as the other responses1 Thanks!!! Russ -Original Message- From: Richard Mitchell To: vim_use Sent: Sat, Sep 26, 2020 2:16 pm Subject: Re: Vim online conference - hopin.to account required On Saturday, September 26, 2020 at 2:51:39 PM UTC-4, russur wrote:

Re: Vim online conference - hopin.to account required

2020-09-26 Thread russurquhart1 via vim_use
Where are all the Vim Conference videos. They look like they have all been taken down? Thanks, Russ -Original Message- From: Tekki To: vim_use Sent: Sun, Sep 6, 2020 2:50 am Subject: Re: Vim online conference - hopin.to account required They will upload all sessions to vimconf.live

Re: Applying macros to all files, macro stops processing files

2020-09-03 Thread russurquhart1 via vim_use
Wanted to thank Tim for this. This saved my bacon!!! Thanks for the help! Russ -Original Message- From: russurquhart1 via vim_use To: vim_use@googlegroups.com Sent: Wed, Sep 2, 2020 7:59 pm Subject: Re: Applying macros to all files, macro stops processing files -Original

Re: Using vimgrep to find files NOT containing a string

2020-09-03 Thread russurquhart1 via vim_use
Thanks Tim, I'll look at this! All this info helps!! Thanks again! Russ -Original Message- From: Tim Chase To: russurquhart1 via vim_use Sent: Thu, Sep 3, 2020 7:23 am Subject: Re: Using vimgrep to find files NOT containing a string On 2020-09-02 19:14, russurquhart1 via vim_use wrote

Re: Using vimgrep to find files NOT containing a string

2020-09-03 Thread russurquhart1 via vim_use
+, russurquhart1 via vim_use wrote: > I generally use: > > :vim `beta: ` **/*.md | copen > > To traverse my Markdown files to find those containing 'beta: '. > > I need to do the opposite but can get the pattern right. I tried > > :vim -v `beta: ` **/*.md | copen &g

Re: Applying macros to all files, macro stops processing files

2020-09-02 Thread russurquhart1 via vim_use
-Original Message- From: Tim Chase To: russurquhart1 via vim_use Sent: Wed, Sep 2, 2020 7:18 pm Subject: Re: Applying macros to all files, macro stops processing files In theory, this should do it   :set hidden   :argdo 1/---/-2put='beta: true' (this assumes that the first

Applying macros to all files, macro stops processing files

2020-09-02 Thread russurquhart1 via vim_use
Hi All, Yesterday, with the groups help, I was able to apply a macro to a group of Markdown files in my site directory, using: :args ~/site/**/inde*.md :argdo :normal @b :argdo :write (@b is a macro that searches for '---', moves up two lines, and inserts a new line, 'beta: true') I THOUGHT this

Using vimgrep to find files NOT containing a string

2020-09-02 Thread russurquhart1 via vim_use
Hi All, I generally use: :vim `beta: ` **/*.md | copen To traverse my Markdown files to find those containing 'beta: '. I need to do the opposite but can get the pattern right. I tried :vim -v `beta: ` **/*.md | copen thinking that might work but no dice. I looked through teh vimgrep help but

Re: Trying to apply macro to all files under a folder

2020-08-31 Thread russurquhart1 via vim_use
You are correct! -Original Message- > When you set the arg list, where does it start? from your current > working directory? It depends a bit on how you populate it and how your OS expands globs, I suspect.  Once you've populated it with   :args **/inde*.md or whatever, you can

Re: Trying to apply macro to all files under a folder

2020-08-31 Thread russurquhart1 via vim_use
Hi TIm, -Original Message- From: Tim Chase To: russurquhart1 via vim_use Sent: Mon, Aug 31, 2020 6:14 pm Subject: Re: Trying to apply macro to all files under a folder On 2020-08-31 22:57, russurquhart1 via vim_use wrote: > My next step would have been: :argdo :normal @b I *th

Trying to apply macro to all files under a folder

2020-08-31 Thread russurquhart1 via vim_use
I found a ref to this and some commands that should work, but wont for me. In my site directory, are other directories and files. I have a macro that I created, @b that i want to run recursively on all files named index.md in all the folders in site. I had initially set CWD to the site

Problems getting Vim thesaurus plugin to work

2020-08-25 Thread russurquhart1 via vim_use
Hi All, I spent most of the day today, trying to get this to work: https://www.vim.org/scripts/script.php?script_id=4588 I am using Vim 8 on a Macbook running OS X 10.14.6 Mojave. I installed all the pieces in the correct place, and when i do the control sequence (\k) is see it sending the