Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 0b6856d

Browse files
committed
update bindings
1 parent f91d3fd commit 0b6856d

File tree

1 file changed

+30
-54
lines changed

1 file changed

+30
-54
lines changed

bindings.4coder

Lines changed: 30 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ keys_global =
3838
// NOTE(rjf): Project
3939
{ "build_in_build_panel", "M", "Alt" },
4040
{ "project_command_lister", "X", "Alt", "Shift" },
41-
{ "project_fkey_command", "F1" },
42-
{ "project_fkey_command", "F2" },
43-
{ "project_fkey_command", "F3" },
44-
{ "project_fkey_command", "F4" },
45-
{ "project_fkey_command", "F5" },
46-
{ "project_fkey_command", "F6" },
47-
{ "project_fkey_command", "F7" },
48-
{ "project_fkey_command", "F8" },
49-
{ "project_fkey_command", "F9" },
50-
{ "project_fkey_command", "F10" },
51-
{ "project_fkey_command", "F11" },
52-
{ "project_fkey_command", "F12" },
53-
{ "project_fkey_command", "F13" },
54-
{ "project_fkey_command", "F14" },
55-
{ "project_fkey_command", "F15" },
56-
{ "project_fkey_command", "F16" },
41+
{ "project_fkey_command", "F1", "Control" },
42+
{ "project_fkey_command", "F2", "Control" },
43+
{ "project_fkey_command", "F3", "Control" },
44+
{ "project_fkey_command", "F4", "Control" },
45+
{ "project_fkey_command", "F5", "Control" },
46+
{ "project_fkey_command", "F6", "Control" },
47+
{ "project_fkey_command", "F7", "Control" },
48+
{ "project_fkey_command", "F8", "Control" },
49+
{ "project_fkey_command", "F9", "Control" },
50+
{ "project_fkey_command", "F10", "Control" },
51+
{ "project_fkey_command", "F11", "Control" },
52+
{ "project_fkey_command", "F12", "Control" },
53+
{ "project_fkey_command", "F13", "Control" },
54+
{ "project_fkey_command", "F14", "Control" },
55+
{ "project_fkey_command", "F15", "Control" },
56+
{ "project_fkey_command", "F16", "Control" },
5757

5858
// NOTE(rjf): Panels
5959
{ "open_panel_vsplit", "P", "Control" },
@@ -134,18 +134,10 @@ keys_file =
134134
{ "cut", "X", "Control" },
135135

136136
// NOTE(rjf): Lego
137-
{ "f4_lego_buffer_place", "F1", "Shift"},
138-
{ "f4_lego_buffer_place", "F2", "Shift"},
139-
{ "f4_lego_buffer_place", "F3", "Shift"},
140-
{ "f4_lego_buffer_place", "F4", "Shift"},
141-
{ "f4_lego_buffer_place", "F5", "Shift"},
142-
{ "f4_lego_buffer_place", "F6", "Shift"},
143-
{ "f4_lego_buffer_place", "F7", "Shift"},
144-
{ "f4_lego_buffer_place", "F8", "Shift"},
145-
{ "f4_lego_buffer_place", "F9", "Shift"},
146-
{ "f4_lego_buffer_place", "F10", "Shift"},
147-
{ "f4_lego_buffer_place", "F11", "Shift"},
148-
{ "f4_lego_buffer_place", "F12", "Shift"},
137+
{ "f4_lego_buffer_place", "F1", },
138+
{ "f4_lego_buffer_place", "F2", },
139+
{ "f4_lego_buffer_place", "F3", },
140+
{ "f4_lego_buffer_place", "F4", },
149141

150142
// NOTE(rjf): Deletion
151143
{ "delete_range", "D", "Control" },
@@ -175,7 +167,7 @@ keys_file =
175167

176168
// NOTE(rjf): Code Peek
177169
{ "f4_code_peek", "Tick", "Alt" },
178-
{ "f4_code_peek_yank", "Tab", "Control" },
170+
{ "f4_code_peek_yank", "Tab", "Control" },
179171
{ "f4_code_peek_clear", "Shift", "Alt" },
180172

181173
// NOTE(rjf): Go To Def
@@ -214,30 +206,14 @@ keys_code =
214206
{ "open_file_in_quotes", "1", "Alt" },
215207
{ "open_matching_file_cpp", "2", "Alt" },
216208

217-
{ "f4_lego_store_token", "F1", "Control" },
218-
{ "f4_lego_store_token", "F2", "Control" },
219-
{ "f4_lego_store_token", "F3", "Control" },
220-
{ "f4_lego_store_token", "F4", "Control" },
221-
{ "f4_lego_store_token", "F5", "Control" },
222-
{ "f4_lego_store_token", "F6", "Control" },
223-
{ "f4_lego_store_token", "F7", "Control" },
224-
{ "f4_lego_store_token", "F8", "Control" },
225-
{ "f4_lego_store_token", "F9", "Control" },
226-
{ "f4_lego_store_token", "F10", "Control" },
227-
{ "f4_lego_store_token", "F11", "Control" },
228-
{ "f4_lego_store_token", "F12", "Control" },
229-
230-
{ "f4_lego_store_range", "F1", "Control", "Shift" },
231-
{ "f4_lego_store_range", "F2", "Control", "Shift" },
232-
{ "f4_lego_store_range", "F3", "Control", "Shift" },
233-
{ "f4_lego_store_range", "F4", "Control", "Shift" },
234-
{ "f4_lego_store_range", "F5", "Control", "Shift" },
235-
{ "f4_lego_store_range", "F6", "Control", "Shift" },
236-
{ "f4_lego_store_range", "F7", "Control", "Shift" },
237-
{ "f4_lego_store_range", "F8", "Control", "Shift" },
238-
{ "f4_lego_store_range", "F9", "Control", "Shift" },
239-
{ "f4_lego_store_range", "F10", "Control", "Shift" },
240-
{ "f4_lego_store_range", "F11", "Control", "Shift" },
241-
{ "f4_lego_store_range", "F12", "Control", "Shift" },
209+
{ "f4_lego_store_range", "F5", "Alt" },
210+
{ "f4_lego_store_range", "F6", "Alt" },
211+
{ "f4_lego_store_range", "F7", "Alt" },
212+
{ "f4_lego_store_range", "F8", "Alt" },
213+
214+
{ "f4_lego_store_token", "F5" },
215+
{ "f4_lego_store_token", "F6" },
216+
{ "f4_lego_store_token", "F7" },
217+
{ "f4_lego_store_token", "F8" },
242218

243219
};

0 commit comments

Comments
 (0)