[2024-08-05] Update alacritty window size and H and L vim mapping

This commit is contained in:
Andrew Conlin 2024-08-05 10:45:44 +01:00 committed by Andrew Conlin
parent aa766faff1
commit 69b3e94577
2 changed files with 5 additions and 3 deletions

View file

@ -19,8 +19,8 @@ autocmd FileType markdown nmap <buffer> j gj
autocmd FileType markdown nmap <buffer> k gk
" use H and L for beginning/end of line
nmap H ^
nmap L $
map H ^
map L $
" wrap text and split on words
set wrap