aboutsummaryrefslogtreecommitdiff
path: root/vim/config/number.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/number.vim')
-rw-r--r--vim/config/number.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/config/number.vim b/vim/config/number.vim
new file mode 100644
index 00000000..464a77a2
--- /dev/null
+++ b/vim/config/number.vim
@@ -0,0 +1,3 @@
+" Don't show line numbers by default, but \n toggles them
+set nonumber
+nnoremap <leader>n :setlocal number!<CR>