mirror of
1
0
Fork 0
Commit Graph

64 Commits

Author SHA1 Message Date
Wu Tingfeng 3c26776552
Fix autocommand error when opening command line window (#731) 2023-08-20 16:36:43 +02:00
Olaf d8db85c663
Change Unicode dash in basic.vim#3 to ASCII one (#720)
Fix for #719
2022-12-03 11:25:59 +01:00
Amir 95ead018ad Fix https://github.com/amix/vimrc/issues/680 2022-10-15 21:39:35 +02:00
David Wettstein bbab4579f6
fix: escape spaces in expanded paths (#676) 2022-10-15 21:17:55 +02:00
John Wyatt 929bbc1e9e
Fix <leader>tl (#698) 2022-10-15 21:12:20 +02:00
John Wyatt 3669ae25e0
Fix <leader>t<leader> (#699) 2022-10-15 21:11:55 +02:00
Johan Eliasson fd050b6d03
Docs: making comment spacing more consistent (#667) 2021-10-11 11:24:16 +02:00
Ma Chao c37e4c84b0 feat(:W):avoid warning such as the buffer was changed (#547) 2019-11-30 12:57:52 +01:00
amix 9234352b8c Improved the mappings documentation
Especially for plugins.

Fixes https://github.com/amix/vimrc/issues/493
2019-11-30 12:54:13 +01:00
William17 e1a383d271 fix(basic.vim): change `command W` to `command! W` (#412)
`source $MYVIMRC` will fail since command `W` exists.
Add `!` so the command would be redefined
2019-11-16 17:13:30 +01:00
Rahuλ Dé ce77db52b0 Fix autoreload file from external change. (#451)
- Adds au FocusGained,BufEnter * checktime to actually trigger the
reload.
- set autoread on its own isnt enough.
2019-11-16 17:08:22 +01:00
1una 538ee9c6e7 fixed a spelling mistake in basic.vim (#523)
replaced `et.c` with `etc.` in line 166.
2019-11-16 16:30:52 +01:00
aquiire d551d7b20d remove additional height (#540)
why? May be there's a reason anyway in case you missed it.
2019-11-16 16:29:12 +01:00
Amir Salihefendic 66ece5a119 Fixed https://github.com/amix/vimrc/issues/334 2018-03-31 12:04:41 -03:00
Amir Salihefendic 66472a20db Merge branch 'master' of github.com:amix/vimrc 2018-03-31 11:56:43 -03:00
Amir Salihefendic 37297ddae6 Fixed https://github.com/amix/vimrc/issues/370 2018-03-31 11:52:11 -03:00
Amir Salihefendic 5ecf2c0bc8
Merge pull request #351 from Limero/master
Fixed typo
2018-03-10 22:55:40 -03:00
alphaCTzo7G 04fe96f558
Removed let g:mapleader in line 59
Since we are already defining mapleader to ",", there is no need to define g:leader as well.

So I removed g:mapleader from the vimrc, to make it simpler.
2017-11-13 12:01:33 -08:00
David Pedersen 207db96239 Fixed typo 2017-10-06 14:44:18 +02:00
amix 866fbde30a Fixed https://github.com/amix/vimrc/issues/321 2017-07-16 14:42:14 +02:00
amix c4fbfe8aa8 Fixed https://github.com/amix/vimrc/issues/246 2017-04-01 14:29:02 +02:00
amix 04ce579f61 Fixed https://github.com/amix/vimrc/issues/263 2017-04-01 14:12:35 +02:00
amix 04abc6907c Improved the escaping when using the silver searcher (Ag) 2016-12-27 11:45:17 -03:00
Amir Salihefendic 751af44cbe Merge pull request #225 from daniilguit/master
Enable 256 colors palette in Gnome Terminal
2016-10-02 13:23:39 +02:00
Tomas Slusny 52e1b93cf0 Properly disable sound on errors on MacVim
Current configuration was not disabling that annoying sounds on MacVim. According to help:

```
Use visual bell instead of beeping.  The terminal code to display the
	visual bell is given with 't_vb'.  When no beep or flash is wanted,
	use ":set vb t_vb=".
	Note: When the GUI starts, 't_vb' is reset to its default value.  You
	might want to set it again in your |gvimrc|.
```
2016-09-16 01:08:54 +02:00
dgitelson b9974151b8 Enable 256 color palettes for Gnome Terminal. 2016-09-02 11:33:20 +03:00
amix 183ca1cfc5 Improved auto indenting for regular langs and for Python 2016-08-26 14:14:22 +02:00
amix 48e1c892ed Fixes https://github.com/amix/vimrc/issues/221 2016-08-20 13:28:37 +02:00
amix c4e6a11dad Fixed https://github.com/amix/vimrc/issues/184 2016-07-03 13:58:02 +02:00
amix 3022dffeb4 Fixed https://github.com/amix/vimrc/issues/203 2016-06-26 13:17:50 +02:00
Amir Salihefendic cc0e8a9907 Merge pull request #179 from dragonxlwang/patch-1
enable search with visual selection with highlight
2016-05-14 17:11:59 +01:00
Amir Salihefendic 6defcf668b Merge pull request #189 from jpescador/patch-1
Adding column number to status line
2016-05-14 17:08:38 +01:00
Amir Salihefendic a50124e57e Merge pull request #191 from nicoekkart/patch-1
Fixed minor typo in basic.vim
2016-05-14 17:07:53 +01:00
amix 78f522f1cb Go to the last position in files 2016-05-14 16:57:26 +01:00
Nico Ekkart 39ffe2d5ef Fixed minor typo in basic.vim 2016-04-30 00:56:36 +02:00
Julio Pescador 10ed7781d1 Adding column number to status line 2016-04-26 13:04:59 -07:00
amix 4b45bb33c2 Updated plugins 2016-04-03 21:59:57 +01:00
dragonxlwang 4dc4017f69 enable search with visual selection with highlight
fix issue @178
2016-03-28 15:26:02 -05:00
amix b69c94e781 Fixed https://github.com/amix/vimrc/issues/128 2016-02-20 13:27:12 +00:00
Amir Salihefendic 30f8aa48c9 Merge pull request #136 from royling/patch-1
key bindings for :bnext and :bprev
2016-02-20 11:44:55 +00:00
Amir Salihefendic 6b251c0ea1 Merge pull request #138 from daniilguit/master
Enable jumping to the last position in file on open
2016-02-20 11:44:19 +00:00
amix 768c72a3ed Default to Hack font 2015-12-08 10:19:59 -03:00
Daniel Gitelson e7228660f0 Enable jumping to the last position in file on open 2015-10-22 10:32:56 +03:00
Roy Ling e3948c7552 key bindings for :bnext and :bprev
opinionated bindings though, but easy to use, enjoy!
2015-09-05 18:42:44 +08:00
amix 75bb26dc78 Merge branch 'master' of https://github.com/amix/vimrc 2015-07-13 11:22:49 +01:00
amix 9a2843c2a5 Smaller changes to the core vimrcs
Default to Ag (instead of Ack)... Much faster.
Performance improvements due to smaller history.
Don't remember the position in file (this slows Vim down considerably.
2015-07-13 11:21:10 +01:00
Anton Strömkvist 5af76b8958 en => endif
I assume that this was an error?
2015-05-22 00:55:12 +00:00
Amir Salihefendic f57d81bb1d Merge pull request #91 from thehodapp/master
Add support for mouse if it is available
2014-10-19 00:25:16 +01:00
amix fe77d23852 Updated plugins. Removed the tabstop merge that 010c2940ce introduced 2014-10-14 14:30:33 +01:00
Dennis Hodapp 7267320d1d Add support for mouse if it is available 2014-10-12 21:03:28 -05:00