aboutsummaryrefslogtreecommitdiff
path: root/basic.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-10-28 23:29:56 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-10-28 23:29:56 -0400
commit0dbc1ced53ab90811238ba2c25d52f0ceaadff55 (patch)
tree237b714b39e31d873114c6549cfb08bf61396d5b /basic.vim
parentbd383bca6ae6c804724d49fe8f0fd137ddb898fc (diff)
downloadvim-cfg-0dbc1ced53ab90811238ba2c25d52f0ceaadff55.tar.gz
vim-cfg-0dbc1ced53ab90811238ba2c25d52f0ceaadff55.tar.xz
Remove old unused makefile garbage and other cleanup
Diffstat (limited to 'basic.vim')
-rw-r--r--basic.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic.vim b/basic.vim
index 6e7f86b..73c040d 100644
--- a/basic.vim
+++ b/basic.vim
@@ -1,7 +1,9 @@
" Basic vimrc for systems you don't want to copy the full one to
set background=dark
+nmap <leader>n :set invnu<CR>
set nu
set encoding=utf-8
+nmap <leader>l :set list!<CR>
set listchars=tab:▸\ ,eol:¬,trail:•
set colorcolumn=80
set fileencoding=utf-8
@@ -14,4 +16,3 @@ set shiftwidth=4
set noexpandtab
set mouse+=a
syntax on
-colorscheme slate