vim: Map leader to comma
This commit is contained in:
parent
20e7aa26db
commit
b9fb6b1c2f
|
@ -16,6 +16,9 @@ set modeline
|
||||||
" Use system clipboard
|
" Use system clipboard
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
|
||||||
|
" Remap leader key
|
||||||
|
let mapleader = ","
|
||||||
|
|
||||||
" Jump to the last position
|
" Jump to the last position
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
||||||
|
|
Reference in a new issue