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-02-08 15:40:09 +01:00
|
|
|
## [1.2] - 2016-02-08
|
|
|
|
|
2016-01-07 18:38:30 +01:00
|
|
|
### Added
|
|
|
|
|
2016-01-13 14:51:26 +01:00
|
|
|
- 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)
|
2016-01-13 14:51:26 +01:00
|
|
|
- Intro: [Cheatsheets](README.md#cheatsheets)
|
2016-02-19 19:48:51 +05:30
|
|
|
- Intro: [The Vim Philosophy](README.md#the-vim-philosophy)
|
2016-01-27 17:28:42 +01:00
|
|
|
- Intro: [Minimal vimrc](README.md#minimal-vimrc)
|
2016-02-19 19:48:51 +05:30
|
|
|
- Basics: [Argument list?](README.md#argument-list)
|
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-02-08 14:34:37 +01:00
|
|
|
- Commands: [:normal and :execute](README.md#normal-and-execute)
|
2016-02-08 14:56:16 +01:00
|
|
|
- Commands: [:global](README.md#global)
|
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-06-09 14:19:05 +02:00
|
|
|
- Tips: [Cosmetic changes to colorschemes](README.md#cosmetic-changes-to-colorschemes)
|
2016-01-19 22:49:35 +01:00
|
|
|
- Usage: [Getting help offline (alternative)](README.md#getting-help-offline-alternative)
|
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-20 12:43:02 +01:00
|
|
|
- Usage: [Handling backup, swap, undo, and viminfo files](README.md#handling-backup-swap-undo-and-viminfo-files)
|
2016-01-27 16:00:00 +01:00
|
|
|
- Usage: [Running external programs and using filters](README.md#running-external-programs-and-using-filters)
|
2016-01-12 12:57:19 +01:00
|
|
|
- Usage: [MatchIt](README.md#matchit)
|
2016-03-08 13:14:49 +01:00
|
|
|
- Usage: [Cscope](README.md#cscope)
|
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)
|
2016-01-10 16:19:08 +01:00
|
|
|
- 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-28 00:32:45 +01:00
|
|
|
- Misc: [Standard plugins](README.md#standard-plugins)
|
2016-01-28 01:48:44 +01:00
|
|
|
- Misc: [Map CapsLock to Control](README.md#map-capslock-to-control)
|
2016-02-05 12:42:20 +01:00
|
|
|
- Neovim: [Terminal emulator](content/neovim.md#terminal-emulator)
|
|
|
|
- Neovim: [Configuration](content/neovim.md#configuration)
|
2016-02-04 22:53:48 -05:00
|
|
|
- Neovim: [Change cursor style dependent on mode](content/neovim.md#change-cursor-style-dependent-on-mode)
|
2016-02-08 15:34:33 +01:00
|
|
|
- Neovim: [Additional resources](content/neovim.md#additional-resources)
|
2016-01-07 18:38:30 +01:00
|
|
|
|
2016-01-11 03:11:58 +01:00
|
|
|
### Changed
|
|
|
|
|
2016-01-11 13:20:20 +01:00
|
|
|
- Basics: Improved [Mapleader?](README.md#mapleader)
|
2016-01-11 03:11:58 +01:00
|
|
|
- Usage: rewrote [Clipboard](README.md#clipboard)
|
2016-01-20 02:03:39 +01:00
|
|
|
- Move "List of Plugins" section to `content/plugins.md`
|
2016-01-11 03:11:58 +01:00
|
|
|
|
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)
|
2016-01-07 00:56:43 +01:00
|
|
|
- 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)
|
2016-01-06 04:05:52 +01:00
|
|
|
- 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)
|
2016-01-06 03:22:35 +01:00
|
|
|
- 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-02-08 15:40:09 +01:00
|
|
|
[Unreleased]: https://github.com/mhinz/vim-galore/compare/v1.2...HEAD
|
|
|
|
[1.2]: https://github.com/mhinz/vim-galore/compare/v1.1...v1.2
|
2016-01-07 18:09:51 +01:00
|
|
|
[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
|