summaryrefslogtreecommitdiffstats
path: root/runtime/doc/intro.txt
AgeCommit message (Collapse)Author
2024-01-25patch 9.1.0058: Cannot map Super Keys in GTK UIv9.1.0058Casey Tucker
Problem: Cannot map Super Keys in GTK UI (Casey Tucker) Solution: Enable Super Key mappings in GTK using <D-Key> (Casey Tucker) As a developer who works in both Mac and Linux using the same keyboard, it can be frustrating having to remember different key combinations or having to rely on system utilities to remap keys. This change allows `<D-z>` `<D-x>` `<D-c>` `<D-v>` etc. to be recognized by the `map` commands, along with the `<D-S-...>` shifted variants. ```vimrc if has('gui_gtk') nnoremap <D-z> u nnoremap <D-S-Z> <C-r> vnoremap <D-x> "+d vnoremap <D-c> "+y cnoremap <D-v> <C-R>+ inoremap <D-v> <C-o>"+gP nnoremap <D-v> "+P vnoremap <D-v> "-d"+P nnoremap <D-s> :w<CR> inoremap <D-s> <C-o>:w<CR> nnoremap <D-w> :q<CR> nnoremap <D-q> :qa<CR> nnoremap <D-t> :tabe<CR> nnoremap <D-S-T> :vs#<CR><C-w>T nnoremap <D-a> ggVG vnoremap <D-a> <ESC>ggVG inoremap <D-a> <ESC>ggVG nnoremap <D-f> / nnoremap <D-g> n nnoremap <D-S-G> N vnoremap <D-x> "+x endif ``` closes: #12698 Signed-off-by: Casey Tucker <dctucker@hotmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-02patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0Christian Brabandt
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-18runtime(doc): document proper notation of gVim, document vim-security listChristian Brabandt
Also, while at it, document the vim-security mailing list. closes: #13429 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-25runtime(doc): Fix typos in several documents (#13420)h_east
* Fix typos in several documents * Update runtime/doc/terminal.txt Co-authored-by: K.Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-11runtime(doc): documentation updatesChristian Brabandt
This is a collection of various improvements to the help pages closes #12790 Co-authored-by: Houl <anwoku@yahoo.de> Co-authored-by: Doug Kearns <dougkearns@gmail.com> Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2022-11-23Update runtime filesBram Moolenaar
2022-10-16Update runtime filesBram Moolenaar
2022-09-18Update runtime filesBram Moolenaar
2022-07-06Update runtime filesBram Moolenaar
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-04-08Update runtime filesBram Moolenaar
2022-03-08Update runtime filesBram Moolenaar
2021-10-04Update runtime filesBram Moolenaar
2021-01-02Update runtime files.Bram Moolenaar
2020-12-23Update runtime files.Bram Moolenaar
2020-08-30Update runtime files.Bram Moolenaar
2020-06-07Update runtime filesBram Moolenaar
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-11-13Update runtime filesBram Moolenaar
2019-08-17Update runtime files.Bram Moolenaar
2019-07-04Update runtime filesBram Moolenaar
2019-06-22Update runtime filesBram Moolenaar
2019-05-09Update runtime filesBram Moolenaar
2019-05-05patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar
Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
2019-01-17Update runtime files.Bram Moolenaar
2019-01-01Update runtime filesBram Moolenaar
2018-08-11Update runtime files.Bram Moolenaar
2018-07-29Update runtime files.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-01-28Update runtime files.Bram Moolenaar
2017-09-19Update runtime files.Bram Moolenaar
2017-08-27Update runtime filesBram Moolenaar
2017-08-11Update runtime files.Bram Moolenaar
2017-08-01Updated runtime filesBram Moolenaar
2017-07-23Documentation updates.Bram Moolenaar
2017-06-05Update runtime files.Bram Moolenaar
2017-01-10Updated runtime files.Bram Moolenaar
2016-09-25Updated runtime files.Bram Moolenaar
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2015-01-25Update runtime files.Bram Moolenaar
2014-06-12Update runtime files.Bram Moolenaar
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2013-06-24Update runtime files.Bram Moolenaar
2013-02-13Update runtime files.Bram Moolenaar
Add missing test files.
2012-09-21Updated runtime files.Bram Moolenaar
2011-05-19Updated runtime files.Bram Moolenaar
2010-12-10Update runtime files.Bram Moolenaar