From f979cca4bc842d1984d5bfc73b6e6a44a5d5ebb2 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 14 Apr 2016 22:00:26 -0400 Subject: [PATCH] Set wildmode (complettion options) --- .vimperatorrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimperatorrc b/.vimperatorrc index 5cd1e74..056b4db 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -4,6 +4,8 @@ colorscheme darkness set editor="emacsclient -c" set hintchars=hjklasdfgyuiopqwertnmzxcvb +set wildmode=list:longest,list:full + source! /home/adam/.vimperatorrc.local " vim: set ft=vimperator: \ No newline at end of file