From 9c10834b213664d122dc08a7a4ed12325c5bad34 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 4 May 2016 03:12:35 +0200 Subject: some fixes and new plugins fixed y's behaviour so that copy does not delete any more. included plugin for better code formatting and a loremipsum generator. --- .vim/doc/shortcuts.txt | 1 + .vim/vimrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.vim/doc/shortcuts.txt b/.vim/doc/shortcuts.txt index 2597ed6..9c168f9 100644 --- a/.vim/doc/shortcuts.txt +++ b/.vim/doc/shortcuts.txt @@ -4,6 +4,7 @@ f{char} - move cursor to the character {char} [visual mode] - with selected lines gq - formats text so that it fits in whatever :set textwidth was set +iB - select block between curly braces (:help object-select) [commands] diff --git a/.vim/vimrc b/.vim/vimrc index 4c18b8c..e03c5e1 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -15,6 +15,9 @@ Plugin 'jeaye/color_coded' | " semantic highlighting Plugin 'terryma/vim-multiple-cursors' | " displays visual block mode as cursors Plugin 'taglist-plus' | " quick code navigator +Plugin 'jdonaldson/vaxe' | " code completion for haxe +Plugin 'sheerun/vim-polyglot' | " better syntax highlighting/indentation for multiple languages +Plugin 'loremipsum' | " Sample text generator let Tlist_Compact_Format = 1 | " let Tlist_GainFocus_On_ToggleOpen = 1 | " let Tlist_Close_On_Select = 1 | " -- cgit v1.2.3