[15/12/23] Adding keymaps and clipboard
This commit is contained in:
parent
ed3c8e6067
commit
14c47c69d7
10
.vimrc
10
.vimrc
@ -39,6 +39,16 @@ set noshowmode
|
||||
|
||||
" airline fonts
|
||||
let g:airline_powerline_fonts = 0
|
||||
" have j and k navigate visual lines rather than logical ones
|
||||
nmap j gj
|
||||
nmap k gk
|
||||
|
||||
" use H and L for beginning/end of line
|
||||
nmap H ^
|
||||
nmap L $
|
||||
|
||||
" yank to system clipboard
|
||||
set clipboard=unnamed
|
||||
|
||||
" vim-gitgutter
|
||||
set updatetime=100
|
||||
|
Loading…
x
Reference in New Issue
Block a user