similar to: Slightly OT: Vim command (or macro) to replace space under cursor by "  " (without deleting the following word)

Displaying 20 results from an estimated 3000 matches similar to: "Slightly OT: Vim command (or macro) to replace space under cursor by "  " (without deleting the following word)"

2015 Aug 27
2
sernet documentation
Le 27/08/2015 16:36, Reindl Harald a écrit : > > Am 27.08.2015 um 16:28 schrieb Mark Foley: >> (btw - I know this is probably a function of your mail client, but is >> there any >> way you can post your replies at the top instead of the bottom of the >> message? >> Sometimes it a long way to scroll down!) > > NO top-posting is *not* welcome on mailing
2011 Jun 09
5
Vim scripting - cursor motion
I am working on my first vim script. The script is supposed to do some find/replace on a file, then save the file with a new name and quit vim. I will save the script in a file and then call it from a bash script like this: vim path-to-the-file -s path-to-my-script Maybe I have not found the right resources. I can find/replace with expressions that are similar to those I use manually, for
2008 Nov 26
8
disk space issues...any help is greatly appreciated
Hi all, Please pardon my newbie-ness on this issue....I've a / partition which is full (quite suddenly, actually) and I'm not sure how to fix this. I've searched for uneeded logs, etc in /var/log and /tmp to no avail. The system is CentOS 5.2 and is not connected to the internet, serves as a local LAN server running stock stuff...sendmail, dovecot, apache..nothing strange or
2017 Mar 09
1
another SMTP auth question
My ISP has just informed me that we will soon be required to authenticate when connecting to their smtp server, so I've been looking around on the web for how to do that with sendmail (just using auth when connecting outward-bound, nothing else). I've found a page here: http://www.sendmail.org/~ca/email/auth.html that explains it simply (for simple minds, like mine) but it appears to be
2010 Mar 20
2
how does the bootup screen move the cursor around?
While rebooting my computer after installing the new kernel a few minutes ago, I got to wondering about how the initial bootup screen (after grub, before rhgb) is constructed. The "Loading kernel blah blah blah" lines start at the top of the screen and proceed to scroll down as one would expect. But "kernel alive" shows up at the bottom of the screen and then more write-up is
2014 Feb 10
3
What magic did openssh do to handle programs like VIM?
Hi, I'm trying to write my own remote shell program, It simply connects to a remote server then copy the sock fd to stdin, stdout and stderr. And it works. But I found several problems: 1. It doesn't handle characters like ^A ^E or tab (any bash/readline stuff) -> openssh itself doesn't seem to incorporate readline, so the magic is not on readline 2. If I run
2023 Nov 06
1
non-linear regression and root finding
? Mon, 6 Nov 2023 17:53:49 +0100 Troels Ring <tring at gvdnet.dk> ?????: > Hence I wonder if I could somehow have non linear regression to find > the 3 pK values. Below is HEPESFUNC which delivers charge in the > fluid for known pKs, HEPTOT and SID. Is it possible to have > root-finding in the formula with nls? Sure. Just reformulate the problem in terms of a function that
2007 Jul 12
1
WWW::Mechanize::Link.inspect needs some TLC
The problem: users trying to debug Mechanize apps with Komodo are finding the debugger times out once it''s loaded a web page. They don''t run into this in the ruby-debug debugger, or running in normal mode. The reason: Komodo''s debugger is graphical, which means that whenever it hits a breakpoint it automatically shows the contents of each local variable. It has a
2007 Feb 10
3
Dell PowerEdge 2950 Sharing NIC IRQ with Digium Card
Hi folks.. just a few weeks ago I wrote this to someone else: ------------------------ We have several 2900s in production as VoIP servers.. no lockups. On every server I go into the BIOS and: * Disable USB * Disabled uneeded things like Parallel, Serial * Put ETH0 on a seperate IRQ from the Digium card And everything's fine. Dell's do NOT have to share IRQs... go into your BIOS and
2017 Oct 04
0
[ANNOUNCE] xkeyboard-config 2.22
Hello folks With a small delay, the September release of xk-c is there. Have fun! Cheers Sergey ========================================= Akshay S Dinesh (2): typofix tel-sarala key layout Whitelist Indian keyboard layouts. #101532 Baurzhan Muftakhidinov (2): Enable level3 ralt_switch by default in Kazakh (ext) layout. Extend more keys in Kazakh (ext) layout. Jonas
2010 Mar 19
1
vim how to set colorscheme murphy
Hi I would just like to know in vim how do i set colorscheme as murphy Thanks -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100319/83725e66/attachment-0002.html>
2023 Nov 06
2
non-linear regression and root finding
Thanks a lot! This was amazing. I'm not sure I see how the conditiion pK1 < pK2 < pK3 is enforced? - it comes from the derivation via generalized Henderson-Hasselbalch but perhaps it is not really necessary. Anyway, the use of Vectorize did the trick! Best wishes Troels Den 06-11-2023 kl. 19:19 skrev Ivan Krylov: > ? Mon, 6 Nov 2023 17:53:49 +0100 > Troels Ring <tring at
2004 Jan 08
3
Administrative suggestions
Hi there, mostly based upon list postings I compiled a couple of administrative suggestions on the Wiki page below. I'd be glad to have this reviewed and commented: http://www.voip-info.org/tiki-index.php?page=Asterisk+administration Cheers, Philipp Adminstrative suggestions Use a GUI client that's based upon the manger API (like gastman or astman etc) to obtain an overview of
2004 Oct 04
1
ASTERISK PACKET ANALYSIS
Hi all, I've analyzed the packet stream resulting from a SIP session through Asterisk, and I found that Asterisk sends a lot of useless messages! In example, it repeats the three way handshake (invite-ok-ack) every time, also when it has just to forward the 'bye' message. Has anyone found the same srange thing? thanks..
2010 Oct 05
1
[PATCH] virtio-spec trivial fixes
Hello Rusty, A few trivial fixes on top of virtio-spec-0.8.9 (patch -p0): - grammatical errors - mark '-' in 'avail->flags' as non-breakable hyphen - add a footnote for console device to indicate queues 2 onwards are avl. if a feature was negotiated Amit --- virtio-spec-0.8.9.lyx 2010-10-05 17:26:11.318836266 +0530 +++ virtio-spec-0.8.9-mod.lyx 2010-10-05
2010 Oct 05
1
[PATCH] virtio-spec trivial fixes
Hello Rusty, A few trivial fixes on top of virtio-spec-0.8.9 (patch -p0): - grammatical errors - mark '-' in 'avail->flags' as non-breakable hyphen - add a footnote for console device to indicate queues 2 onwards are avl. if a feature was negotiated Amit --- virtio-spec-0.8.9.lyx 2010-10-05 17:26:11.318836266 +0530 +++ virtio-spec-0.8.9-mod.lyx 2010-10-05
2009 Jul 10
2
v1.2.1 released
http://dovecot.org/releases/1.2/dovecot-1.2.1.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.1.tar.gz.sig Mainly fixes to some issues found by people when upgrading to v1.2.0. * GSSAPI: Changed logging levels and improved the messages. Changed the way cross-realm authentication handling is done, hopefully it's working now for everyone. * imap/pop3 logins now fail if home
2009 Jul 10
2
v1.2.1 released
http://dovecot.org/releases/1.2/dovecot-1.2.1.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.1.tar.gz.sig Mainly fixes to some issues found by people when upgrading to v1.2.0. * GSSAPI: Changed logging levels and improved the messages. Changed the way cross-realm authentication handling is done, hopefully it's working now for everyone. * imap/pop3 logins now fail if home
2007 Jul 24
3
FLAC 1.2.0 released
FLAC 1.2.0 is out. There are a few new features and some speedups and fixes, but more importantly, there are some small changes to the decoder to pave the way for possible future compression improvements, so applications developers are encouraged to upgrade (the API has not changed). The changelog has all the details, but in summary: - automatic SSE OS detection at runtime (so no need to
2023 Nov 06
1
non-linear regression and root finding
I won't send to list, but just to the two of you, as I don't have anything to add at this time. However, I'm wondering if this approach is worth writing up, at least as a vignette or blog post. It does need a shorter example and some explanation of the "why" and some testing perhaps. If there's interest, I'll be happy to join in. And my own posting suggests how the