From b20017e08fa28d899b2f540c16285a8730972515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Wed, 28 May 2014 23:18:06 +0200 Subject: Fix command definition --- .vimrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 6e1ba92..87356e8 100644 --- a/.vimrc +++ b/.vimrc @@ -139,9 +139,15 @@ imap I map :set textwidth=80 map :set textwidth=0 +"development +map :w:make:cl +map :cl +inoremap +map :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . + "navigate up and down in long lines splitted by :set wrap -:map k gk -:map j gj +map k gk +map j gj "esc boost inoremap kj -- cgit v1.2.3