update alacritty and lvim timeout
This commit is contained in:
parent
c93bc1dd7d
commit
a431531199
3 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ window:
|
||||||
#position:
|
#position:
|
||||||
# x: 0
|
# x: 0
|
||||||
# y: 0
|
# y: 0
|
||||||
opacity: .80
|
opacity: .90
|
||||||
# Window padding (changes require restart)
|
# Window padding (changes require restart)
|
||||||
#
|
#
|
||||||
# Blank space added around the window in pixels. This padding is scaled
|
# Blank space added around the window in pixels. This padding is scaled
|
||||||
|
|
0
home/private_dot_config/alacritty/update.sh
Executable file → Normal file
0
home/private_dot_config/alacritty/update.sh
Executable file → Normal file
|
@ -35,7 +35,7 @@ lvim.colorscheme = "dracula"
|
||||||
|
|
||||||
-- settings
|
-- settings
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
opt.timeoutlen = 500
|
opt.timeoutlen = 200
|
||||||
lvim.autocommands.custom_groups = {
|
lvim.autocommands.custom_groups = {
|
||||||
-- On entering insert mode in any file, scroll the window so the cursor line is centered
|
-- On entering insert mode in any file, scroll the window so the cursor line is centered
|
||||||
{"InsertEnter", "*", ":normal zz"},
|
{"InsertEnter", "*", ":normal zz"},
|
||||||
|
|
Loading…
Reference in a new issue