Joined June 2012
·

lisukorin

Warsaw, Poland
·
·
·

it should not be coderWallApi.methodName instead coderWallViewService.methodName ?

Posted to vim to-do list over 1 year ago

Ags version with optional autocomplete paths so you don't have to search whole project

command -nargs=? -complete=file Todo execute "Ags" 'TODO\|FIXME\|XXX' <f-args>
Posted to Vim exit from insert mode over 1 year ago

<CTRL>C should work too

have you tried git add -i ?

I usually map it, eg

cmap w!! w !sudo tee % >/dev/null<CR>

'+' created new object every time and '.concat' works on the same object.
Thats why 'concat' is faster and that's why you should not use it every time.
Tip: '<<' is an alias for '.concat'.

For me it's very annoying.
Whats happens when you go to directory with 10k files? ;)

Posted to Tabbing in gvim over 1 year ago

C-PgUp and C-PgDn works for me out of box without extra mapping.

Posted to Prevent bad vim habits over 1 year ago

You can use a plugin as well https://github.com/mrmargolis/dogmatic.vim it will tell you how many times you try to use arrow keys

Achievements
62 Karma
0 Total ProTip Views