easy way to make file switching more convenient

In the fullness of time, I'll want to remember previous file, type to
filter, etc. But for now just don't forget where you were. This is
helpful because I'm often working on either the run side or the source
side, and just starting out on the right side shaves off a lot of
keypresses.
This commit is contained in:
Kartik K. Agaram 2022-09-17 23:11:23 -07:00
parent b00232e01a
commit 56cdf607ed
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ function source.keychord_pressed(chord, key)
end
if chord == 'C-g' then
Show_file_navigator = true
File_navigation.index = 1
return
end
if Focus == 'edit' then