telescope keybinds
This commit is contained in:
parent
b679805695
commit
b07e744dd3
2 changed files with 16 additions and 6 deletions
|
@ -2,7 +2,17 @@
|
|||
add_newline = false
|
||||
palette = "catppuccin_macchiato"
|
||||
|
||||
format = "$directory$character"
|
||||
format = """
|
||||
$directory\
|
||||
$fossil_branch\
|
||||
$git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
$git_metrics\
|
||||
$git_status\
|
||||
$hg_branch\
|
||||
$character
|
||||
"""
|
||||
right_format = "$all"
|
||||
|
||||
[line_break]
|
||||
|
@ -49,7 +59,7 @@ symbol = " "
|
|||
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
format = ' [$symbol$branch(:$remote_branch)]($style) '
|
||||
format = '[$symbol$branch(:$remote_branch)]($style) '
|
||||
|
||||
[golang]
|
||||
symbol = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue