Re: how to get more efficient writing code

2023-01-03 Thread Nicolas Dermine
hi, On Wed, Jan 4, 2023 at 7:56 AM jr wrote: > hi, > > On Wed, 4 Jan 2023 at 06:44, Igor Lerinc wrote: > > > > can you reccomend me some youtube chanells, or videos, where programmers > actually use Vim to edit code, and work with all that complex stuff. > > just to give me idea, how they do it

Re: how to get more efficient writing code

2023-01-03 Thread jr
hi, On Wed, 4 Jan 2023 at 06:44, Igor Lerinc wrote: > > can you reccomend me some youtube chanells, or videos, where programmers > actually use Vim to edit code, and work with all that complex stuff. > just to give me idea, how they do it. so i can get comfortable if i'm doing > it efficient en

Re: Simple Vim questions -- Backspace + Escape in maps

2023-01-03 Thread Steve Martin
Another question, what happens when you use the Backspace key on a command line in a Terminal? Do you get something that looks like: ^? If so, it may be your terminal emulator is at fault for mishandling the key. On Tuesday, January 3, 2023 at 6:01:13 AM UTC-7 jottka...@googlemail.com wrote: >

how to get more efficient writing code

2023-01-03 Thread Igor Lerinc
can you reccomend me some youtube chanells, or videos, where programmers actually use Vim to edit code, and work with all that complex stuff. just to give me idea, how they do it. so i can get comfortable if i'm doing it efficient enought -- -- You received this message from the "vim_use" mail

Re: Simple Vim questions -- Backspace + Escape in maps

2023-01-03 Thread 'Jürgen Krämer' via vim_use
Hi, I don't see the original message so I will answer to Enan's message. Enan Ajmain schrieb am 01.01.2023 um 14:56: On Sat, 31 Dec 2022 09:11:04 -0800 (PST) "bertran...@gmail.com"wrote: 1. Backspace in insert mode, over some characters, gives a special character instead of erasing. I reme