Commit Graph

86 Commits

Author SHA1 Message Date
Facundo Laffont 457628bc6b modificaciones varias 2016-11-03 12:09:41 -03:00
Facundo Laffont d599bacbe9 modificaciones varias 2016-10-17 11:36:49 -03:00
Facundo Laffont 13b6c38e2d modificaciones varias
- se agregó /inicioVim.command que es una manera de ejecutar vim con
NERDTree activado
- se agregó /pendiente.txt para agregar ítems sobre las modificaciones
que hay que hacer
- se corrigió el mapeo 'ino ñjaf <esc>': se le quitó un espacio que
tenía al final, que hacía que cuando el cursor estaba en EOL hacía
retorno de carro y salto de línea
- se activaron los números relativos por defecto
- se agregó la secuencia $b tanto en modo VISUAL como INSERT para
agregar 'begin' y 'end' automáticamente
- se agregó un mapeo $$ en modo INSERT para poder salir de los
paréntesis cuando el cursor está sobre el paréntesis de cierre. Eso
hace más cómo el uso de los mapeos que colocan los diferentes tipos de
paréntesis automáticamente
2016-09-16 19:10:57 -03:00
Facundo Laffont 8f0dc54a47 modificaciones varias 2016-09-12 20:27:19 -03:00
Facundo Laffont d9f08f2606 agregado de mapeos
- se puede pegar el contenido del registro " arriba y debajo del cursor
- se puede agregar las marcas de plegado automáticamente tanto en modo
NORMAL como INSERT
- pequeñas traducciones en extended.vim
2016-09-06 17:00:28 -03:00
Facundo Laffont 76f9adc88c modificaciones varias 2016-09-06 14:31:50 -03:00
Facundo Laffont c6078437d7 Se modificó el tipo de plegado 2016-09-05 13:25:07 -03:00
Facundo Laffont 096e24660b modificación de basic.vim 2016-09-05 05:01:05 -03:00
Facundo Laffont 690a8e40ce Mac -> master (#1)
* se elimina la instalación básica
* traducción y modificación de README.md
* traducción y modificación de basic.vim
2016-09-03 20:31:57 -03:00
amix 183ca1cfc5 Improved auto indenting for regular langs and for Python 2016-08-26 14:14:22 +02:00
amix a56d767989 Remove auto entering full screen view 2016-08-24 00:02:31 +02:00
amix 44481c9278 Fixes https://github.com/amix/vimrc/issues/215 2016-08-20 13:31:52 +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 b50cc96113 Fixed https://github.com/amix/vimrc/issues/192 2016-07-03 13:53:55 +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
amix 91ebc3ca0d Simplify the right side of the lightline status bar 2016-05-14 13:26:42 +01:00
amix 31d077d82a Replace airline with lightline (much better perfomance) 2016-05-14 13:22:57 +01:00
amix b17bde0bae Set peaksea as the default theme everywhere 2016-05-14 13:22:32 +01:00
amix f343b66088 Updated plugins 2016-05-14 12:57:54 +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 ad875b0e0a A small update to (Python) 2016-04-12 09:27:27 +01: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 c3d05a7b1c fixed https://github.com/amix/vimrc/issues/118 2016-02-20 13:30:54 +00: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
Moriarty!~~ 4b2dafc26a the font name setting for the GTK+ 2 GUI. 2016-01-15 13:43:56 +08:00
amix 3aabd8befd Updated plugins, added extra configs to make Syntastic work with Go 2015-12-17 12:44:42 -03: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 b1ffcf08ba By default disable the git gutter (and toggle it via <leader>d) 2015-07-13 11:42:13 +01:00
amix be8e101b68 By default dont show the hidden files in NerdTree 2015-07-13 11:38:38 +01: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
amix d195ccb777 Updated vim plugins 2015-02-24 10:45:22 +00:00
amix 00f043f0de Updated vim plugins. Nerd tree is on the right by default 2015-02-13 00:19:27 +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
Amir Salihefendic 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
Amir Salihefendic 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