Compare commits
2
Commits
071d83c73d
...
wip
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38fbf44e1f | ||
|
|
35bb33dd6a |
@@ -122,7 +122,7 @@ define-command -override file-open-git %{
|
||||
}
|
||||
|
||||
define-command -override file-open-fossil %{
|
||||
prompt -menu -shell-script-candidates %{ fossil ls } 'File (git): ' %{ edit -- %val{text} }
|
||||
prompt -menu -shell-script-candidates %{ fossil ls } 'File (fossil): ' %{ edit -- %val{text} }
|
||||
}
|
||||
|
||||
define-command -override fossil-grep -params 1- %{
|
||||
@@ -319,6 +319,8 @@ bundle kak-harpoon 'https://codeberg.org/raiguard/kak-harpoon' %{
|
||||
|
||||
eval %sh{ kak-tree-sitter -dks --init $kak_session }
|
||||
|
||||
map global -docstring 'Tree-sitter' user 't' ': enter-user-mode tree-sitter<ret>'
|
||||
|
||||
define-command -override tree-sitter-user-after-highlighter %{
|
||||
add-highlighter -override buffer/show-matching show-matching
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ unfocused_opacity=1.0
|
||||
|
||||
# Animation Configuration(support type:zoom,slide)
|
||||
# tag_animation_direction: 1-horizontal,0-vertical
|
||||
animations=1
|
||||
animations=0
|
||||
layer_animations=1
|
||||
animation_type_open=slide
|
||||
animation_type_close=slide
|
||||
@@ -98,6 +98,7 @@ focus_cross_tag=0
|
||||
enable_floating_snap=0
|
||||
snap_distance=30
|
||||
cursor_size=24
|
||||
cursor_theme=breeze_cursors
|
||||
drag_tile_to_tile=1
|
||||
drag_tile_small=1
|
||||
|
||||
@@ -124,10 +125,10 @@ swipe_min_threshold=1
|
||||
mouse_natural_scrolling=0
|
||||
|
||||
# Appearance
|
||||
gappih=5
|
||||
gappiv=5
|
||||
gappoh=10
|
||||
gappov=10
|
||||
gappih=2
|
||||
gappiv=2
|
||||
gappoh=0
|
||||
gappov=0
|
||||
scratchpad_width_ratio=0.8
|
||||
scratchpad_height_ratio=0.9
|
||||
borderpx=4
|
||||
|
||||
Reference in New Issue
Block a user