On Friday, December 14, 2012 11:26:23 AM UTC-6, dza wrote: > > Thanks Tim! I think the dir, undodir, and backupdir made a difference. > > I have set the following now-: > > set noswapfile > set nobackup > set nofsync > set ttyfast > set notimeout > set nottimeout > set dir -=. > set undodir -=. > set backupdir -=. >
With 'dir' and 'backupdir' set to keep their files off your network share, you probably don't need 'noswapfile' and 'nobackup'. I have used swap files often enough to recover from kicking the power cord out or a plugin crashing Vim that I would never consider turning them off entirely. > It still seems to slow down periodically between modes like INSERT, > navigating between buffers, For insert mode, is it mainly when you have syntax folding turned on? There's a workaround for that: http://vim.wikia.com/wiki/Keep_folds_closed_while_inserting_text > and generally everything seems slowed to a point where vim is hardly not > usable over a network. > You say "hardly not usable", does that mean it is now usable most of the time? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php