The complete windows feel
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
vim.g.neovide_cursor_trail_size = 0
|
||||
vim.g.neovide_floating_corner_radius = 0.4
|
||||
vim.o.guifont = "0xProto Nerd Font Mono:h12"
|
||||
vim.g.neovide_refresh_rate = 144
|
||||
vim.g.neovide_refresh_rate_idle = 144
|
||||
vim.g.neovide_no_idle = true
|
||||
vim.g.neovide_floating_blur_amount_x = 0
|
||||
vim.g.neovide_floating_blur_amount_y = 0
|
||||
vim.g.neovide_cursor_animation_length = 0.08
|
||||
vim.g.neovide_cursor_short_animation_length = 0.04
|
||||
vim.g.neovide_scroll_animation_length = 0.15
|
||||
@@ -0,0 +1,21 @@
|
||||
require("tmux").setup({
|
||||
copy_sync = {
|
||||
enable = true,
|
||||
redirect_to_clipboard = true,
|
||||
sync_clipboard = true,
|
||||
sync_registers = true,
|
||||
},
|
||||
navigation = {
|
||||
cycle_navigation = true,
|
||||
enable_default_keybindings = false,
|
||||
},
|
||||
resize = {
|
||||
enable_default_keybindings = false,
|
||||
resize_step_x = 5,
|
||||
resize_step_y = 5,
|
||||
},
|
||||
swap = {
|
||||
cycle_navigation = false,
|
||||
enable_default_keybindings = false,
|
||||
}
|
||||
})
|
||||
@@ -0,0 +1,11 @@
|
||||
require("zterm-navigator").setup({
|
||||
-- Default keybindings (set to false to disable)
|
||||
left = "<A-Left>",
|
||||
right = "<A-Right>",
|
||||
up = "<A-Up>",
|
||||
down = "<A-Down>",
|
||||
|
||||
statusline = {
|
||||
enabled = false
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user