[15/12/23] Adding keymaps and clipboard

This commit is contained in:
Andrew Conlin 2023-12-15 09:53:48 +00:00
parent ed3c8e6067
commit 14c47c69d7

10
.vimrc
View File

@ -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