i select a region (of text within Vim) and i have to use my Mouse to copy it (to Clipboard)
Can i do ths by keyboard only? other than...
"+y -------- which is too hard to remember!
Is there a Usenet Newsgroup where there's discussion of Vi or Vim ?
---- [comp.editors] is not active
Does Vim have a [Retro feel] ?
i select a region (of text within Vim) and i have to use my Mouse to
copy it (to Clipboard)
Can i do ths by keyboard only? other than...
"+y -------- which is too hard to remember!
Is there a Usenet Newsgroup where there's discussion of Vi or Vim ?
---- [comp.editors] is not active https://www.novabbs.com/computers/thread.php?group=comp.editors
for Pasting (within Vim) i always Clicked on [Edit] with my Mouse.
but today i discovered that... just hitting "p" does the job.
>>> Vim has tons more to offer than just p! I’d recommend looking through the helpdocs. Basically anything which can be done
through the toolbar of gvim can be done directly within vim (through the keyboard) instead. (Not to mention, there are thousands of
different key combinations, commands, etc. which can't be done through
the toolbar.)
thanks!
i guess... Non-Geeks just use MSWord (or its clones) and don't use
text editors and they've never
heard of vi, Vim, or Emacs (or Teco, ...)
i wonder what the Global stats are for Editor-Use...
Does Vim have a [Retro feel] ?
and speaking of the [Retro Look] of the Fixed-width characters....
On 01.03.2024 00:40, HenHanna wrote:
for Pasting (within Vim) i always Clicked on [Edit] with my Mouse.
but today i discovered that... just hitting "p" does the job.
Okay, now mentioning "Edit" it seems you are using already 'gvim'?
Yes 'p' pastes a copied or cut region after the current line, or
use 'P' to paste it before the current line.
On Fri, 1 Mar 2024 06:42:44 +0100, Janis Papanagnou wrote:
Okay, now mentioning "Edit" it seems you are using already 'gvim'?
Never heard of gvim. Google says it's a GUI version of vim.
Hence gvim should act just like vim, ignoring possible mouse uses.
I often use
1000dd
to clear the whole document below the cursor, assuming it has no more
than 1000 lines.
Den 2024-03-01 skrev Andreas Kohlbach <ank@spamfence.net>:
I often use
1000dd
to clear the whole document below the cursor, assuming it has no more
than 1000 lines.
My goto for entire document clearing is dG to clear below the cursor, or dgg to clear above the cursor. G moving you to the bottom of the document
and gg moving you to the top.
Does Vim have a [Retro feel] ?
Not for me. It was default on my first Linux distribution 1997, so I
got used to it. Didn't want to learn nano, joe or similar.
Den 2024-03-01 skrev Andreas Kohlbach <ank@spamfence.net>:
I often use
1000dd
to clear the whole document below the cursor, assuming it has no more
than 1000 lines.
My goto for entire document clearing is dG to clear below the cursor, or dgg to clear above the cursor.
G moving you to the bottom of the document and gg moving you to the
top.
G moving you to the bottom of the document and gg moving you to the
top.
I knew these. But not that they also work in combination with d or y.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 150:19:37 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,787 |