- Fixed stay commands that misbehaved (dcalhoun)
- Added support for Atom 1.17.0 (thanks dcalhoun for the bug report)
- Readme text adjustments (dcalhoun)
- Fixed crash when trying to delete project root with D
- Implemented simple search
- Better navigation - more vim like (ctrl + f/b/d/u)
- Scroll up and down (ctrl + e/y) are now fixed
- Fix by markovicdenis and jondot of jquery functions
- Removed scroll up and down (ctrl e/y) because of malfunction
- Fix by averrin for duplicate key '?' which is 'reverse search' not help
- Fixed open-stay when no buffers are opened or when active buffer is not saved
- Fixed saving state while changing root which was broken
- Changed Hide VSC ignored mapping from H to h to avoid conflicting with 'move to the top of the screen mapping' (Thanks, dcalhoun)
- Fixed -stay methods that retain focus on tree view This tree-view commit broke it initially: atom/tree-view@a2b9827fdcbb2aa798854ef50ce3e204723777e6
- Fixed tree being unable to open (#6 and #3)
- Fixed going down (j) error when cursor stopped in case of (file in dir in dir case)
- To simplify keymap management keymaps were separated into:
- tree-view: default Tree View toggle and focus mappings (C-, A-, etc)
- nerd-treeview: nerd treeview mappings
- vim-mode: nerd treeview navigation (j, k, gg, G, etc)
- Added missing Vim bindings (enter, +, -, etc)
- Implemented number-prefixed jumps (5j, 6k, etc)
- G can now jump to the line
- Added functionality to copy selected file name (not full path)
- Fixed issue when navigating down doesn't work for opened folders without files
- Code cleaning and readme/changelog updates
- Added missing Vim mappings for navigation (top arrow, down arrow)
- Cosmetic Readme updates
- Fixed Issue #1: When opened tab is not TextEditor (e.g. About page) opening new file crashes
- j, k, J, K, C-J, C-K, gg and G will now smoothly scroll
- Fixed the issue with hidden files begin selected when moving with keyboard
- Initial Release