From e7ca925c92cff12eeba02f2ba37e645fe55b3df9 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 10 Aug 2014 19:26:28 +0600 Subject: [PATCH] =?UTF-8?q?vim:=20=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D1=83=D0=B5=D0=BC=D1=8B=D0=B5=20=D0=BF=D0=BB=D0=B0?= =?UTF-8?q?=D0=B3=D0=B8=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/vim/vimrc | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/etc/soft/vim/vimrc b/etc/soft/vim/vimrc index 51b4aa7..120471f 100644 --- a/etc/soft/vim/vimrc +++ b/etc/soft/vim/vimrc @@ -1,6 +1,6 @@ " ~/.vimrc " -" Изменён: Чт 06 мар 2014 12:23:31 +" Изменён: Вс 10 авг 2014 19:26:14 " "############################################################################### " {{{ НАСТРОЙКИ VIM @@ -776,19 +776,6 @@ nmap qr (quickhl-reset) vmap qr (quickhl-reset) "}}} -" Textmanip {{{ -nmap pP (textmanip-duplicate-up) -vmap pP (textmanip-duplicate-up) - -nmap pp (textmanip-duplicate-down) -vmap pp (textmanip-duplicate-down) - -vmap k (textmanip-move-up) -vmap j (textmanip-move-down) -vmap l (textmanip-move-right) -vmap h (textmanip-move-left) -"}}} - " CommentToggle"{{{ nmap CommentToggle imap CommentToggle @@ -827,10 +814,6 @@ if has('conceal') endif "}}} -"Scratch {{{ -nmap :Sscratch -"}}} - " Timestamp {{{ let g:timestamp_regexp = '\v\C%(<%(Last %([cC]hanged?|modified)|Modified|Измен(е|ё)н)\s*:\s+)@<=.{2,3} \d{2} .{3} \d{4} \d{2}:\d{2}:\d{2}.*$|TIMESTAMP'