From: Andrey Rahmatullin <wrar@altlinux.ru>
To: smoke-room@lists.altlinux.org
Subject: Re: [room] великий и могучий
Date: Mon, 15 Dec 2008 00:31:47 +0500
Message-ID: <20081214193147.GA5693@wrars-comp.wrarsdomain> (raw)
In-Reply-To: <69c7dc8b0812141119p1b8aca18q3e1b4138101b14a5@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1507 bytes --]
On Sun, Dec 14, 2008 at 10:19:50PM +0300, Michael Bykov wrote:
> попёр поперёк
>
> попёр, поперёк
about 68% of the way to the end.
A bunch of stuff your OS should already do
If you are running Windows or OS X or a sloppy Linux distribution, you may
not be using these:
" Intuitive backspacing in insert mode
set backspace=indent,eol,start
" File-type highlighting and configuration.
" Run :filetype (without args) to see what you may have
" to turn on yourself, or just set them all to be sure.
syntax on
filetype on
filetype plugin on
filetype indent on
" Highlight search terms...
set hlsearch
set incsearch " ...dynamically as they are typed.
The filetype lines enable type-specific configuration, such as knowledge
of syntax and indentation. E.g. foo.c will be opened with Vim’s
pre-configured C settings, and bar.py will be opened with Python settings.
If the search term highlighting gets annoying, set a key to switch it off
temporarily:
nmap <silent> <leader>n :silent :nohlsearch<CR>
Catch trailing whitespace
The following will make tabs and trailing spaces visible when requested:
set listchars=tab:>-,trail:·,eol:$
nmap <silent> <leader>s :set nolist!<CR>
By default whitespace will be hidden, but now it can be toggled wi
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Антон, не дави на слезу - мне не шашечки нужны, а ехать...
Как и подавляющему количеству пользователей Сизифа...
-- eostapets in sisyphus@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2008-12-14 19:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-14 19:19 Michael Bykov
2008-12-14 19:31 ` Andrey Rahmatullin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081214193147.GA5693@wrars-comp.wrarsdomain \
--to=wrar@altlinux.ru \
--cc=smoke-room@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Культурный офтопик
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
public-inbox-index smoke-room
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.smoke-room
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git