Skip to content

Idea: Completer with the list of last edited/created files #36

Description

@anki-code

Hello! I have an idea!

Example 1:

# Create file `1.txt` somewhere using GUI text editor
cd /tmp
echo "hello" > 1.txt
vim # Press key shortcut to get completer list
vim /path/to/somewhere/1.txt

Example 2:

cd /tmp
echo "hello" > 1
echo "world" > 2
#cat <Tab>
# 2
# 1
cat 2
# world 

Example of the xontrib name: xontrib-completer-last-file.

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions