Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 674 Bytes

autoswap_mac.vim

Created by Damian Conway Modified to work with iterm2 instead of mac terminal

The automatic behaviour

Find if the file already open in another Vim session in some other iTerm window. If so, go there instead and terminate this attempt to open the file. Otherwise, if swapfile is older than file itself, just get rid of it. Otherwise, open file read-only.

#settings Make sure show current job name is checked in the iterm preferences under appearance

in your vimrc add these lines

set title titlestring=

set t_ts=^[]1;

set t_fs=^G

Type CTRL-V Escape for ^[ and CTRL-V CTRL-G for ^G.

let &titleold='Shell'