Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- theme = "ashen"
- [editor]
- cursorline = true
- color-modes = true
- true-color = true
- undercurl = true
- line-number = "relative"
- mouse = false
- [editor.cursor-shape]
- insert = "bar"
- normal = "block"
- select = "underline"
- [editor.indent-guides]
- render = true
- skip-levels = 1
- [editor.inline-diagnostics]
- cursor-line = "hint"
- [editor.lsp]
- display-inlay-hints = true
- [keys.normal]
- C-p = "file_picker"
- C-j = ["save_selection", "goto_next_diag"]
- C-k = ["save_selection", "goto_prev_diag"]
- C-y = [
- ':sh rm -f /tmp/unique-file',
- ':insert-output yazi %{buffer_name} --chooser-file=/tmp/unique-file',
- ':insert-output echo "\x1b[?1049h\x1b[?2004h" > /dev/tty',
- ':open %sh{cat /tmp/unique-file}',
- ':redraw',
- ]
- # , collapses multiple cursors
- [keys.normal.space]
- w = ":w"
- q = ":q"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement