| mrflakes | hey all, is there a place where I can tell vim my ssh passwords so I don't have to type them in every time i want to open a remote file? |
| thumbs | mrflakes: lookup ssh keychains |
| mrflakes | thanks, i'll check it out :) |
| iam8up|dsc | can anyone tell me how to open different pains in one vi session? |
| Zathrus | pains? you mean panes, as in windows? in case that is what you meant, :he window |
| is_null | hello everybody, sorry for this FAQ, but i can't seem to figure out where the vim default keyboard shortcut configuration file is, i've searched in /usr/share/vim and a little of google and man (with search function) |
| kisielk | is_null: there is none is_null: the default key mappings are programmed in to vim |
| is_null | kisielk: oh, thank you, any idea why ? |
| kisielk | because Bram decided to do it that way? |
| is_null | i installed a script into vim, and it intended to use Function keys, which my wm (ion) intercepts, and i am having really hard time figuring out the free keyboard shortcuts |
| kisielk | well capital lettters are left open er ctrl-cap I think or you can use mappings starting with <leader> |
| is_null | thank you, what do you mean <leader> please ? nvm, docs told me |
| sulimo | is anyone familiar with using vimball? i try to :so % on netrw.vba and it creates every filename with a trailing [[[1 i just updated every filename manually, but I am looking for a longterm vimball fix. maybe it's my cpo settings? |
| robink | How do I tweak the number of spaces in a tab with vim again? :set ts? |
| chovy | how do i set sw and ts for ruby files only? |
| et | chovy: edit ~/.vim/ftplugin/ruby.vim |
| Zao | Or put an autocmd in your .vimrc au BufEnter *.rb set sw=9 ts=5 |
| kisielk | the ftplugin way is the preferred way to do it these days |
| Zao | Most probably. My vimrc is legacy, handed down from generation to generation. |
| kisielk | crafted long ago in the halls of the mountain kings |
| Zao | The last rcs log message in it is from 1998 :) |
| DocPlatypus | Zao: you'll need to update it at some point for new versions of vim |
| Zao | I do, but the base useful stuff remains. heh, just found if version >= 503 in it |
| kisielk | Zao: impressive |
| namenlos | hi, could anyone please tell me, whats wrong with http://nopaste.bsdforen.de/650? somehow the files wont be read... ok, it seems, that vim can't substitute the ~ in the filename |
| harobed | hi, are there command like mkview (but not mksession) to record current splitting and buffer ? |