vim-galore/CHANGELOG.md

78 lines
3.7 KiB
Markdown
Raw Normal View History

2016-01-06 00:04:02 +01:00
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
2016-01-07 18:09:51 +01:00
2016-01-07 18:38:30 +01:00
### Added
- Intro: [What is Vim?](README.md#what-is-vim)
- Intro: [First steps](README.md#first-steps)
2016-01-12 16:18:00 +01:00
- Intro: [What kind of Vim am I running?](README.md#what-kind-of-vim-am-i-running)
- Intro: [Cheatsheets](README.md#cheatsheets)
2016-01-09 03:23:11 +01:00
- Basics: [Marks?](README.md#marks)
2016-01-11 23:46:12 +01:00
- Basics: [Changelist?](README.md#changelist)
2016-01-12 02:13:48 +01:00
- Basics: [Changelist? Jumplist?](README.md#changelist-jumplist)
2016-01-12 13:28:58 +01:00
- Basics: [Sessions?](README.md#sessions)
2016-01-12 14:12:27 +01:00
- Basics: [Folding?](README.md#folding)
2016-01-18 14:38:53 +01:00
- Basics: [Macros?](README.md#macros)
2016-01-18 20:40:57 +01:00
- Basics: [Ranges?](README.md#ranges)
2016-01-19 13:20:07 +01:00
- Basics: [Completion?](README.md#completion)
2016-01-19 17:36:35 +01:00
- Basics: [Undo tree?](README.md#undo-tree)
2016-01-12 21:12:23 +01:00
- Commands: [:redir](README.md#redir)
2016-01-09 03:45:13 +01:00
- Tips: [Saner command-line history](README.md#saner-command-line-history)
2016-01-18 12:36:25 +01:00
- Tips: [Reload a file on saving](README.md#reload-a-file-on-saving)
2016-01-18 12:40:05 +01:00
- Tips: [Smarter cursorline](README.md#smarter-cursorline)
2016-01-18 12:50:48 +01:00
- Tips: [Saner CTRL-L](README.md#saner-ctrl-l)
2016-01-18 13:04:13 +01:00
- Tips: [Disable audible and visual bells](README.md#disable-audible-and-visual-bells)
2016-01-18 13:20:27 +01:00
- Tips: [Faster keyword completion](README.md#faster-keyword-completion)
2016-01-09 15:34:29 +01:00
- Usage: [Editing remote files](README.md#editing-remote-files)
2016-01-12 17:16:42 +01:00
- Usage: [Restore cursor position when opening file](README.md#restore-cursor-position-when-opening-file)
2016-01-12 12:57:19 +01:00
- Usage: [MatchIt](README.md#matchit)
2016-01-07 18:38:30 +01:00
- Debugging: [Verbosity](README.md#verbosity)
2016-01-08 15:32:09 +01:00
- Debugging: [Debugging Vim scripts](README.md#debugging-vim-scripts)
2016-01-09 14:59:54 +01:00
- Debugging: [Debugging syntax files](README.md#debugging-syntax-files)
2016-01-09 14:45:32 +01:00
- Quirks: [Editing small files is slow](README.md#editing-small-files-is-slow)
2016-01-09 14:26:05 +01:00
- Quirks: [Editing huge files is slow](README.md#editing-huge-files-is-slow)
- Quirks: [Delays when using escape key in terminal](README.md#delays-when-using-escape-key-in-terminal)
2016-01-10 02:36:58 +01:00
- Misc: [Additional resources](README.md#additional-resources)
2016-01-10 14:56:37 +01:00
- Misc: [Easter eggs](README.md#easter-eggs)
- Misc: [Why hjkl for navigation?](README.md#why-hjkl-for-navigation)
2016-01-07 18:38:30 +01:00
### Changed
- Basics: Improved [Mapleader?](README.md#mapleader)
- Usage: rewrote [Clipboard](README.md#clipboard)
2016-01-07 18:09:51 +01:00
## [1.1] - 2016-01-07
2016-01-06 00:32:16 +01:00
### Added
2016-01-06 01:01:22 +01:00
- Basics: [Quickfix and location lists?](README.md#quickfix-and-location-lists)
2016-01-06 16:57:59 +01:00
- Basics: [Registers?](README.md#registers)
2016-01-06 13:12:16 +01:00
- Basics: [Autocmds?](README.md#autocmds)
- Basics: [Motions? Operators? Text objects?](README.md#motions-operators-text-objects)
2016-01-12 17:16:42 +01:00
- Basics: [Locality?](README.md#locality)
2016-01-07 14:17:39 +01:00
- Usage: [Clipboard](README.md#clipboard)
2016-01-06 01:01:22 +01:00
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul)
2016-01-06 13:47:39 +01:00
- Quirks: [Bracketed paste (or why do I have to set 'paste' all the time?)](README.md#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time)
2016-01-06 01:51:47 +01:00
- Plugins: [New section "Commenters"](README.md#commenters)
2016-01-06 01:48:09 +01:00
- Plugins: [New section "Misc"](README.md#misc)
2016-01-06 02:01:50 +01:00
- Plugins: [New section "Tmux"](README.md#tmux)
2016-01-06 02:57:50 +01:00
- Tips: [Saner behavior of n and N](README.md#saner-behavior-of-n-and-n)
2016-01-06 03:06:32 +01:00
- Tips: [Quickly move current line](README.md#quickly-move-current-line)
2016-01-06 03:14:07 +01:00
- Tips: [Quickly add empty lines](README.md#quickly-add-empty-lines)
2016-01-06 03:34:48 +01:00
- Tips: [Quickly edit your macros](README.md#quickly-edit-your-macros)
- Tips: [Quickly jump to header or source file](README.md#quickly-jump-to-header-or-source-file)
2016-01-06 04:20:44 +01:00
- Tips: [Quickly change font size in GUI](README.md#quickly-change-font-size-in-gui)
2016-01-06 04:34:39 +01:00
- Tips: [Change cursor style in insert mode](README.md#change-cursor-style-in-insert-mode)
- Tips: [Don't lose selection when shifting sidewards](README.md#dont-lose-selection-when-shifting-sidewards)
2016-01-06 02:57:50 +01:00
2016-01-06 00:04:02 +01:00
## [1.0] - 2016-01-06
2016-01-07 18:09:51 +01:00
2016-01-06 00:04:02 +01:00
First release!
2016-01-07 18:09:51 +01:00
[Unreleased]: https://github.com/mhinz/vim-galore/compare/v1.1...HEAD
[1.1]: https://github.com/mhinz/vim-galore/compare/v1.0...v1.1
2016-01-06 00:04:02 +01:00
[1.0]: https://github.com/mhinz/vim-galore/compare/69677e2...v1.0