update
This commit is contained in:
parent
b38320b190
commit
e2cf533da4
@ -74,7 +74,7 @@ x = 0
|
||||
y = 0
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
history = 20000
|
||||
multiplier = 3
|
||||
|
||||
[window]
|
||||
|
@ -17,3 +17,5 @@ keymap.set('n', '<leader>aa', 'gT')
|
||||
keymap.set('n', '<leader>dd', 'gt')
|
||||
|
||||
keymap.set('n', '<F9>', ':%!jq .<CR>')
|
||||
|
||||
keymap.set('n', '<leader>sg', ':lua vim.diagnostic.open_float(0, {scope="line"})<CR>')
|
||||
|
@ -17,7 +17,8 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term env WINIT_UNIX_BACKEND=x11 alacritty
|
||||
set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 alacritty
|
||||
# set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 WINIT_UNIX_BACKEND=x11 alacritty
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
Loading…
Reference in New Issue
Block a user