Skip to content

Instantly share code, notes, and snippets.

�PNG

IHDRg�@�=�sBIT|d�tEXtSoftwaregnome-screenshot��>.tEXtCreation TimeSat 26 Sep 2020 10:20:38 AM CEST�� IDATx���wtT����Ϯz�HB$ ��E4c0�\�;�5��8���I��?;v\�%���q�ƽ!�L :*�^W���!XX�Ve��_����ܹ3�ܽ�A���H�% ��6PR�$I��\�$"���AR��2I�J;�HG�3^�͟3窿���[����xxx;�9�����Ɯ���w�]w/����ޓt@RM{�hor�_҄�i;�ӧ��B���L�v6p�qss����|||u����� ��%����4viOr�KҔҒ�/�jk<*+��/�Y���O����A $%��4�I�$�J۹2��7�d��P�g77w��W��x��4{��w����s�\Bb�8��Na�!̝{��{��w�̠�[RW���xxg��Ҳ#cƎ�%�@[u��9�ٹ��NA}%��S���6�]]]]Y� �)777WI��Եw挋�Tg�h���<��=u��9#���pp��3g���9���Nc� @7"9�M�Y�ڝ���a���f�Y�^����8kٽ���u�� -���rwwӲ�����)�R��?��՗�LW_���ug[^���w������|}|�u흿{@��G��k/����!���b��?~���Y���:M�:I ����o�֛�W��qm�Qg2鋯�Sʦ�u4G�>>7z�_u��|}m�v��:��ge���� /���H�^�����u��:t$CI������as�/O>�ԭ��������
@bfredl
bfredl / nvim-terminal-edit.py
Last active March 1, 2024 01:02 — forked from tarruda/nvim-terminal-edit.py
Edit file in host Neovim instance from a :terminal buffer
#!/usr/bin/env python
"""Edit a file in the host nvim instance."""
from __future__ import print_function
import os
import sys
from neovim import attach
args = sys.argv[1:]
if not args: