By default Kate opens documents within single editor. In order to open each document in new Kate editor execute following commands:
printf '#!/bin/bash\n/usr/bin/kate_org -n "$@"' > kate
chmod +x kate
sudo mv /usr/bin/kate /usr/bin/kate_org
sudo mv kate /usr/bin/
No comments:
Post a Comment