[2024-08-05] Update alacritty window size and H and L vim mapping
This commit is contained in:
parent
aa766faff1
commit
69b3e94577
@ -8,7 +8,7 @@ shape = "Beam"
|
|||||||
shape = "Block"
|
shape = "Block"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9.0
|
size = 11.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Geist Mono Nerd Font"
|
family = "Geist Mono Nerd Font"
|
||||||
@ -16,3 +16,5 @@ style = "Regular"
|
|||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.8
|
opacity = 0.8
|
||||||
|
dimensions = { columns = 75, lines = 25 }
|
||||||
|
resize_increments = true
|
||||||
|
@ -19,8 +19,8 @@ autocmd FileType markdown nmap <buffer> j gj
|
|||||||
autocmd FileType markdown nmap <buffer> k gk
|
autocmd FileType markdown nmap <buffer> k gk
|
||||||
|
|
||||||
" use H and L for beginning/end of line
|
" use H and L for beginning/end of line
|
||||||
nmap H ^
|
map H ^
|
||||||
nmap L $
|
map L $
|
||||||
|
|
||||||
" wrap text and split on words
|
" wrap text and split on words
|
||||||
set wrap
|
set wrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user