-
this isnt working, any help? [keys.space] |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The table key should be Docs: Minor modes [keys.normal.space]
f = "file_picker_in_current_directory"
F = "file_picker" |
Beta Was this translation helpful? Give feedback.
-
[keys.normal.space] ok now, with this, if i type capital f, it will only show the files in the current directory. i am pressing space, hold shift, then f. so its the wrong function, am i doing something wrong? or is this a bug? |
Beta Was this translation helpful? Give feedback.
-
The issue tracker is not your personal IT support. It's intended for reporting and tracking bugs and new features. Reporting something against it should be a measure of last resort when you are sure it's an actual issue that needs changes in the sourcecode and is expected that some effort is put into then (reproduction case, logs, precise description,...) and follows one of the templates. For questions use matrix or the troubleshooting discussions (or read the documentation). In this case the discussion I converted your previous issue to would have been the right place to ask this instead of creating a new issue. |
Beta Was this translation helpful? Give feedback.
[keys.normal.space]
f = "file_picker_in_current_directory"
F = "file_picker"
ok now, with this, if i type capital f, it will only show the files in the current directory. i am pressing space, hold shift, then f. so its the wrong function, am i doing something wrong? or is this a bug?