Compare commits
2 Commits
b4aad1563a
...
2adb369f4b
Author | SHA1 | Date |
---|---|---|
sudo pacman -Syu | 2adb369f4b | |
sudo pacman -Syu | 3b61aff088 |
|
@ -13,6 +13,7 @@ modify_font cell_height 120%
|
|||
# https://sw.kovidgoyal.net/kitty/conf/#cursor-customization
|
||||
cursor_shape beam
|
||||
cursor_blink_interval 0
|
||||
cursor_trail 3
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#scrollback
|
||||
scrollback_pager_history_size 16
|
||||
|
|
|
@ -208,10 +208,14 @@ require("lazy").setup({
|
|||
version = "v0.*",
|
||||
opts = {
|
||||
keymap = {
|
||||
select_and_accept = { "<CR>" },
|
||||
["<C-space>"] = { "show", "show_documentation", "hide_documentation" },
|
||||
["<CR>"] = { "select_and_accept", "fallback" },
|
||||
["<Up>"] = { "select_prev", "fallback" },
|
||||
["<Down>"] = { "select_next", "fallback" },
|
||||
},
|
||||
trigger = {
|
||||
completion = {
|
||||
show_on_accept_on_trigger_character = false,
|
||||
show_on_insert_on_trigger_character = false,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue