-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkeybinds.example.toml
More file actions
66 lines (58 loc) · 1.5 KB
/
Copy pathkeybinds.example.toml
File metadata and controls
66 lines (58 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# blippy keybind overrides
#
# Copy this file to either:
# - ~/.config/blippy/keybinds.toml (recommended), or
# - [keybinds] section inside ~/.config/blippy/config.toml
#
# Values support:
# - single chars: "q", "/", "1"
# - named keys: "enter", "esc", "tab", "space", "left", "right", "home", "end", "up", "down", "pageup", "pagedown", "backspace"
# - modifiers: "ctrl+...", "alt+...", "shift+..."
# Plain characters remain text in editors and search fields. Use a modified or named key there.
[keybinds]
quit = "ctrl+c"
clear_and_repo_picker = "ctrl+g"
repo_search = "/"
issue_search = "/"
cycle_issue_filter = "tab"
toggle_work_item_mode = "p"
cycle_assignee_filter = "a"
issue_filter_open = "1"
issue_filter_closed = "2"
refresh = "r"
jump_prefix = "g"
jump_bottom = "shift+g"
open_comments = "c"
add_comment = "m"
toggle_file_viewed = "w"
collapse_hunk = "c"
edit_comment = "e"
delete_comment = "x"
resolve_thread = "shift+r"
next_line_comment = "n"
prev_line_comment = "p"
review_side_left = "h"
review_side_right = "l"
visual_mode = "shift+v"
edit_labels = "l"
edit_assignees = "shift+a"
reopen_issue = "u"
create_issue = "shift+n"
popup_toggle = "space"
submit = "enter"
back = "b"
back_escape = "esc"
move_up = "k"
move_down = "j"
open_browser = "o"
copy_url = "y"
open_linked_pr_browser = "shift+o"
open_linked_pr_tui = "shift+p"
checkout_pr = "v"
merge_pull_request = "shift+m"
focus_left = "ctrl+h"
focus_right = "ctrl+l"
rescan_repos = "ctrl+r"
diff_scroll_left = "["
diff_scroll_right = "]"
diff_scroll_reset = "0"