2007-11-15 diff tools
Previously, I've [http://debaday.debian.net/2007/05/02/meld-graphical-tool-to-diff-and-merge-files/ written . . . and this isn't always available. [http://www.vim.org Vim] however, is pretty much always available . . . and has a diff tool built-in. Just start vim as follows: $ vimdiff file1 file2 Screenshot: [[image:vimdiff2.png]] . . . are many options, check out the [http://www.vim.org/htmldoc/diff.html vim documentation on diff . . .
1K - last updated 2007-11-15 11:02 UTC by 6716
2008-02-07 the WTF count
As inspired by the comic [http://www.osnews.com/story/19266/WTFs_m WTFs per minute], we'd thought that . . . and FIXME, we would 'really' like [http://www.vim.org/ vi] to highlight the string [http://www.urbandictionary.com/define.php?term=wtf . . . to locate the syntax file: $ locate syntax/c.vim /usr/share/vim/vim70/syntax/c.vim If you're root, . . . a mere mortal user, copy this file to your .vimrc directory in your homedir and give it a name . . . such as my_c.vim. Then edit the file as described above and add . . .
1K - last updated 2008-02-08 09:29 UTC by 6716
2011-10-11 OS X and Vim
Vim comes with OS X by default, but it doesn't come with X11 support. You can always install [http://code.google.com/p/macvim/ . . . MacVim] of course, but some of us prefer to use vim in . . . of text from Safari, then paste it into your vim instance in the terminal. Chances are, if options . . . copied text into the terminal version of vim. To enable this on OS X, I added a hint to my [[Vim]] . . .
1K - last updated 2011-10-11 09:49 UTC by 6716
2014-01-29 tmux and X11
Recently I've been playing around with [http://tmux.sourceforge.net tmux] . For all you neckbeards, that's . . . runs, I'm forwarding X11. This is useful because vim supports the X11 clipboard. That way, if I copy . . . text from vim and paste it on my local machine, layout is retained. . . . "hard-copy" whatever is on the terminal screen. Vim's line numbers will be copied along. I also couldn't . . . it sets the environment variable $DISPLAY. Vim then reads it when it starts. However when you . . .
2K - last updated 2014-06-11 11:09 UTC by 6716
2023-12-01 Unable to use public key authentication for ssh login on Raspberry Pi
TL;DR: Raspberry Pi OS will reject rsa keys, use another type of key, and copy it to the Pi: % ssh-keygen . . . In the end, I turned on debug logging: % sudo vim /etc/ssh/sshd_config Then add the following line: . . .
2K - last updated 2023-12-01 08:55 UTC by bartvk
JDeveloper on Linux
Here I'm listing some news, tips, problems and issues I found while running JDeveloper on Linux. For . . . which you don't need! Another useful one (which vim users have been enjoying for sometime now) is searching . . .
15K - last updated 2006-01-30 14:56 UTC by 6716
Perl
= Help = Help isn't far away: $ perldoc -f keyword = Parameters = Parameters (other word: arguments) . . . is the message Since the .t isn't recognized by vim as Perl code, create a subdirectory ~/.vim/ftdetect . . . with a file called perltest.vim. Put the following line in this file: au BufRead,BufNewFile . . .
17K - last updated 2015-06-18 09:03 UTC by 6716
Turn off beep
To turn off the beep in several applications: For bash and other readline applications, create a new . . . For vi, put the following line in your $HOME/.vimrc: set visualbell Some GTK apps, such as Pidgin . . .
1K - last updated 2009-02-09 14:47 UTC by 6716
vankuik.nl
= Latest weblog entries = <journal 5> = Weblog Archive = [[Weblog_entries_2024]] [[Weblog_entries_2023]] . . . * [[OpenOffice]] * [[Colocation]] * [[Vim]] * [[Bookmarks]] * [[Quotes]] * [[Wet_Vorderen_Gegevens]] . . .
4K - last updated 2024-04-16 10:29 UTC by bartvk
Vim
[http://www.moolenaar.net/habits.html Tips from Bram], be sure to read them. = Interaction with X = Vim . . . together with X. Besides the graphical version (gvim), it's also possible to start vim in a terminal . . . First turn on the mouse with: :set mouse=a vim has one default clipboard, but has an extra one . . . check the following things: * You're running vim as a different user, which happens when you start . . . vim with for instance 'sudo'. Solution: don't do that . . .
9K - last updated 2014-12-12 08:11 UTC by 6716
vimdiff2.png
image/png
234K - last updated 2007-11-15 09:50 UTC by 6716
vimrc
application/octet-stream
4K - last updated 2006-04-27 14:26 UTC by 6716
12 pages found.