" Enable local cvimrc
let configpath = '~/.cvimrc'
" Settings
set nohud
set nosmoothscroll
set noautofocus
let locale = "jp"
" Leader key mapping
let mapleader = ","
" mapping on insert mode
iunmap <C-h> <C-y> <C-p>
imap <C-n> forwardLine
imap <C-p> backwardLine
imap <C-h> deleteChar
let qmark m = ['https://mail.google.com/mail']
let qmark c = ['https://calendar.google.com/calendar']
let qmark t = ['https://ja.todoist.com']
let qmark g = ['https://github.com/lighttiger2505']
let qmark q = ['https://qiita.com/lighttiger2505']