vim: Map leader to comma

This commit is contained in:
Simon Bruder 2020-05-21 01:53:22 +02:00
parent 20e7aa26db
commit b9fb6b1c2f
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -16,6 +16,9 @@ set modeline
" Use system clipboard
set clipboard=unnamedplus
" Remap leader key
let mapleader = ","
" Jump to the last position
if has("autocmd")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")