From a25016a5b06400bd72afeda1c5f9c05705bb8bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 14 Oct 2009 21:54:39 +0200 Subject: add commandline completion for vim --- .vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 789fb4e..7195d8a 100644 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,18 @@ inoremap pumvisible() ? "\" : "\u\" " pydiction let g:pydiction_location = '~/.vim/pydiction/complete-dict' +" ======================================================= +" COMPLETION FOR CMDLINE +" ======================================================= + +" enable nice menu +set wildmenu + +" do not use Left and Right for switching between completions, +" but for cursor positioning +cnoremap +cnoremap + " ======================================================= " CUSTOM MAPPINGS " ======================================================= -- cgit v1.2.3