Sublime Forum

Sublime Text 3 - Linux with NFS creates .nfsXXXXXXXX files

#1

Hi,

Today I upgraded from 2 to 3, which was a seamless transition. :smiley:

I work off NFS, and randomly Sublime Text 3 will create a file such as .nfsXXXXXXXX, which creates problems when trying to jump between functions, and when doing a git commit.

I’ve added .nfs* to gitignore, and added the following to my edit project:
ā€œfolder_exclude_patternsā€: ā€œ.nfs*ā€],
ā€œfile_exclude_patternsā€: ā€œ.nfs*ā€]

Has anyone noticed similar working with NFS on Linux? I’ll wait and see doing this fixes it, but not sure if this is a bug or what.

0 Likes

#2

Seems that:
ā€œatomic_saveā€: true,

In preferences fixed this.

0 Likes