Skip to content
View skt041959's full-sized avatar
Block or Report

Block or report skt041959

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. atags atags Public

    Yet another source code tagging system

    Python 1

  2. gdbmi.nvim gdbmi.nvim Public

    A neovim remote plugin for integration with gdb

    Python 4

  3. vim-snipe vim-snipe Public

    Forked from yangmillstheory/vim-snipe

    Vim Script

  4. searchfold.py searchfold.py
    1
    import vim
    2
    import re
    3
    import json
    4
    import asyncio
    5
    import logging
  5. Use osc52 in nested tmux https://git... Use osc52 in nested tmux https://github.com/tmux/tmux/issues/846
    1
    test_osc() {
    2
      printf %b '\033]52;c;' $(date +"1_%m_%d_%H_%M" | base64) '\007'
    3
      printf %b '\033Ptmux;\033\033]52;c;' $(date +"2_%m_%d_%H_%M" | base64) '\007\033\\'
    4
      printf %b '\ePtmux;\e\ePtmux;\e\e\e\e]52;c;' $(date +"3_%m_%d_%H_%M" | base64) '\a\a\e\e\\\e\'
    5
    }