Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anki-code opened this issue Aug 8, 2023 · 0 comments
Open

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

anki-code opened this issue Aug 8, 2023 · 0 comments
Labels

Comments

@anki-code
Copy link
Member

anki-code commented Aug 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant