Hi, I'm using pass with vim and I think you should encourage your users to add a few settings to their vimrc in order to prevent passwords leaking into swap, backup and undo files. Here's the settings I use: au BufNewFile,BufRead /dev/shm/pass.* setlocal noswapfile nobackup noundofile Cheers jokke