<root> / TODO (d2cb091995b32b6ed8f38ebbae568c1f6ab38b1b) (617B) (mode 100644) [raw]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Basic things that need to be done.
	Backgrounding of commands with job control.
	Fix window resizing.
	Better documentation.
	Handle commands that are too long to be passed directly to the shell.

Vi specific features that need to be added.
	Finish implementing range and count for user commands.
	Fix '' to go back to all jumps G gg links. 
	Key mapping  :nmap s  :sh<Return>
	Change file list filters to use fold levels instead of just 
		the dot filter and regular expression filter.
	Named registers for yanked or deleted files.


Possible things to add.
	Use system wide mimetypes file.
	Virtual File System  


Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm-w32

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm-w32

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master