mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
disable gf key in helix, never use it and it's more annoying than anything
This commit is contained in:
parent
8d2c73ef24
commit
792f83d72e
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@
|
||||||
space = {
|
space = {
|
||||||
F = "file_picker_in_current_buffer_directory";
|
F = "file_picker_in_current_buffer_directory";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
g = {
|
||||||
|
f = "no_op";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
insert = {
|
insert = {
|
||||||
C-right = "move_next_word_start";
|
C-right = "move_next_word_start";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue