1
0
mirror of https://github.com/amix/vimrc synced 2025-06-30 11:54:59 +08:00
Commit Graph

34 Commits

Author SHA1 Message Date
cc0e8a9907 Merge pull request #179 from dragonxlwang/patch-1
enable search with visual selection with highlight
2016-05-14 17:11:59 +01:00
6defcf668b Merge pull request #189 from jpescador/patch-1
Adding column number to status line
2016-05-14 17:08:38 +01:00
a50124e57e Merge pull request #191 from nicoekkart/patch-1
Fixed minor typo in basic.vim
2016-05-14 17:07:53 +01:00
78f522f1cb Go to the last position in files 2016-05-14 16:57:26 +01:00
39ffe2d5ef Fixed minor typo in basic.vim 2016-04-30 00:56:36 +02:00
10ed7781d1 Adding column number to status line 2016-04-26 13:04:59 -07:00
4b45bb33c2 Updated plugins 2016-04-03 21:59:57 +01:00
4dc4017f69 enable search with visual selection with highlight
fix issue @178
2016-03-28 15:26:02 -05:00
b69c94e781 Fixed https://github.com/amix/vimrc/issues/128 2016-02-20 13:27:12 +00:00
30f8aa48c9 Merge pull request #136 from royling/patch-1
key bindings for :bnext and :bprev
2016-02-20 11:44:55 +00:00
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
768c72a3ed Default to Hack font 2015-12-08 10:19:59 -03:00
e7228660f0 Enable jumping to the last position in file on open 2015-10-22 10:32:56 +03:00
e3948c7552 key bindings for :bnext and :bprev
opinionated bindings though, but easy to use, enjoy!
2015-09-05 18:42:44 +08:00
75bb26dc78 Merge branch 'master' of https://github.com/amix/vimrc 2015-07-13 11:22:49 +01:00
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
5af76b8958 en => endif
I assume that this was an error?
2015-05-22 00:55:12 +00:00
f57d81bb1d Merge pull request #91 from thehodapp/master
Add support for mouse if it is available
2014-10-19 00:25:16 +01:00
fe77d23852 Updated plugins. Removed the tabstop merge that 010c2940ce introduced 2014-10-14 14:30:33 +01:00
7267320d1d Add support for mouse if it is available 2014-10-12 21:03:28 -05:00
d283422444 Merge pull request #66 from shenchsh/master
avoid the garbled characters in Chinese language windows OS
2014-10-10 18:48:28 +01:00
6ad7ca8fa1 Merge pull request #82 from lyager/tablast
Added 'tablast' to toggle between tabs using <leader>tl.
2014-10-10 18:47:21 +01:00
55f4102619 fix vimrc/basic.vim | デフォルトのタブを4に設定 2014-10-09 10:49:17 +09:00
3278820a5d Added 'tablast' to toggle between tabs using <leader>tl. 2014-08-15 13:28:09 +02:00
2a769e6cb0 avoid the garbled characters in Chinese language windows OS 2014-05-22 11:25:51 +08:00
8265dca5d5 Updated plugins. Switched to Ack as standard search tool (much better than grep/vimgrep) 2014-02-07 10:41:15 +00:00
b03dc8e510 Updated plugins 2014-01-07 00:25:41 +00:00
3f1cdba799 Updated all plugins that are non-forked. Added some new plugins.
Added update_plugins.py which can fetch new plugins from GitHub.

New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
2013-04-13 14:45:21 -03:00
9d45f6a18c Remove scrollbars from the gui version of VIM (guioptions-=rRlL). Add a bit extra margin to the left in each buffer (foldcolumn=1). 2012-08-24 18:00:53 -04:00
20c294daba Done smaller changes to basic.vim and plugins_config.vim 2012-08-15 22:29:05 -04:00
3c8e295105 Made ir-black the default color scheme
Switched away from using gui tabs and made some changes to the default text tab via set_tabline.vim plugin.

Added a new mapping <leader>t<leader> that can open a specific tab number.
2012-07-02 18:57:21 -04:00
1315d5054e Fixed some typos in readme. Making it ready to be used on Windows as well 2012-05-30 12:31:10 -04:00
a1e88cb87c Added markdown plugin. Added README.md 2012-05-29 17:32:24 -04:00
8acdcd787d Initial commit 2012-05-29 16:12:10 -04:00