aboutsummaryrefslogtreecommitdiff
path: root/basic.vim
diff options
context:
space:
mode:
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