slap-editor / slap

Sublime-like terminal-based text editor
MIT License
6.14k stars 217 forks source link

file browser questions / wishes #230

Open miraculixx opened 8 years ago

miraculixx commented 8 years ago

I like slap for it's great appeal, configurability and language support. A few questions:

is there should be taken as both "does it exist?" and "what is the recommended way to do this"? I'm happy to implement myself given some hints in the right direction. thanks.

dbkaplun commented 8 years ago

@miraculixx thanks for filing this issue. I've not had much free time so apologies for the delay.

Does that answer your questions?

dbkaplun commented 8 years ago

is there a way to add a pop up to display currently open files (like Ctrl-e in Eclipse)?

@miraculixx v0.1.59 lets you press Ctrl+L to show the current list of open panes. You can also cycle through the list to select a pane.

dbkaplun commented 8 years ago

when one selects a directory and then presses ctrl-n a new file is opened, when this is saved no path is offered and it is saved in the shell's pwd. that's confusing. is there a way to save new files in the filebrowser's currently active directory?

This should be fixed.