From 126f493d7c6509515c0b1de673daf90747a38340 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 8 Oct 2020 22:21:51 -0700 Subject: [PATCH] vim update --- vim/UltiSnips/all.snippets | 3 +++ vimrc | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/vim/UltiSnips/all.snippets b/vim/UltiSnips/all.snippets index 1438972..33b7fe9 100644 --- a/vim/UltiSnips/all.snippets +++ b/vim/UltiSnips/all.snippets @@ -46,3 +46,6 @@ endsnippet snippet \/ "down arrow ↓" ↓ endsnippet +snippet 1/2 "half ½" +½ +endsnippet diff --git a/vimrc b/vimrc index e0c9c22..969d7be 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,3 @@ -" Use pathogen to use search for plug-ins -" call pathogen#infect() - " Basics set t_Co=256 " Use 256 colors set encoding=utf8 " Use utf-8 encoding @@ -55,12 +52,12 @@ set fileformats=unix,dos,mac " support all three, in this order set nostartofline " leave my cursor where it was set history=10000 set autoread " Set to auto read when a file is changed from the outside -"set autochdir " Change current directory to be directory of current file +set autochdir " Change current directory to be directory of current file set colorcolumn=81 "set foldmethod=syntax " fuzzy finding -set path+=** +"set path+=** " Have tab complete work more like bash set wildmenu @@ -91,7 +88,6 @@ nnoremap np :set nopaste nnoremap nn :set nonumber norelativenumber nnoremap rn :set number relativenumber - if bufwinnr(1) map + < map - >