| mdkess | Oh, crap, nevermind, I put that there so backspace and delete would work properly. Following the advice of some tutorial to have 'noremap Del Bs' and a bunch of permutations of that. So, question 2, how do I fix the delete and backspace keys? |
| frogonwheels | ah - sounds like there are some missing <> usually :fixdel will do that for weird terms other than that, you can noremap <Del> <bs> or go futzing round with the termcap entries :help t_kD |
| mdkess | Ah, sweet. Thanks again sir. |
| bnovc | does vim have native support for project file associations? i thought i remembered reading it before but i never tried it |
| frogonwheels | bnovc: not sure what you mean! an example perhaps |
| bnovc | frogonwheels: like how IDEs like devcpp or visual studio associate multiple files into one project...say I have a project called project1 that uses file1.cpp, file2.cpp, somedir/file3.cpp |
| frogonwheels | theres a project.vim or some such beast lying about. |
| tpope | the closest vim has built-in is sessions |
| ojuice | you could also put them all in a Makefile and run :make from vim |
| tpope | which aren't especially useful in my mind but may suit you |
| \amethyst | bnovc: on Unix we use directories for that :) |
| tpope | ha! |
| \amethyst | bnovc: also, you should read up on tags... if you build a tag file (over your whole project), you can easily jump from a function or variable name to its definition to all its uses |
| bnovc | \amethyst: *nod* i use those now just wondering for reference when others ask me really i actually dont find it to be that useful myself...it would be nice if vim auto-created makefiles and had project info but that would go even farther from texteditor i suppose |
| frogonwheels | bnovc: Feel free to make a script. Really it isn't up to vim itself to do all that. |
| bnovc | i'll put that on my priority list with the other 500 programs i wished existed |
| frogonwheels | It's up to either a containing ide manager - or a script - both of which are in various states of devel. |
| \amethyst | r4nge: the problem it, it gets parsed as sudo command > file arg |
| bnovc | {i< is pretty snazzy btw, didn't know that worked |
| frogonwheels | bnovc: you mean <i{ ;) i think |
| bnovc | frogonwheels: yep i do |
| somian | <i{ ... ? |
| tastyw | Anyone had trouble getting NERDTree to open folders when you press enter? by open...i mean expand in the tree view |
| somian | I believe that you would mistaken, if what you've asked, means that you assume the isers on this channel know what NERBTree is. users ... NERDTree |
| action | bashusr forgets... |
| bashusr | forgets... how do you use visual |