From 56cdf607edb25230d48b4c7899e95f385ffeacc5 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2022 23:11:23 -0700 Subject: [PATCH] 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. --- source.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/source.lua b/source.lua index 70b0814..5b92d1e 100644 --- a/source.lua +++ b/source.lua @@ -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