vim: Map leader to comma
This commit is contained in:
parent
20e7aa26db
commit
b9fb6b1c2f
|
@ -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("$")
|
||||
|
|
Reference in a new issue