pinggit

Results 55 issues of pinggit

I could not find a way to simply display the gist ID of URL for current buffer, if it has been posted/updated. I know I can :Gist to post/update it...

``` g:AutoPairsShortcutFastWrap Default: '' Fast wrap the word. all pairs will be consider as a block (include ). (|)'hello' after fast wrap at |, the word will be ('hello') (|)...

I have to work on a server with an old vim 7.4, no tmux. GNU screen is available though. I see conqueTerm works well. is it possible to make slime...

is it possible to send to multiple panes? for example send to 2 panes below ( {down-of} ) the vim pane?

``` AsyncRun -save=1 -focus=0 -cwd=$(VIM_FILEDIR) -mode=term -rows=20 -close python3 % AsyncRun -save=1 -focus=0 -cwd=$(VIM_FILEDIR) -mode=term -rows=20 -close pwd ``` 这么用有问题吗?

the message is annoying: easytags.vim 3.11: Plug-in not loaded because Exuberant Ctags isn't installed! On Ubuntu & Debian you can install Exuberant Ctags by installing the package named `exuberant-ctags': sudo...

in NR window, I want to write the content to a file, but nothing happened... is this expected?

not a html/web guy.... how to use this tool? it does not seem to be working in command line...

I'm trying to understand how to use this? so can I use tcl to configure my tmux? or can I create tmux script with tcl language? the readme is confusing,...

with this wonderful plugin one nice workflow is to put `GistID 123` in a file, so when I want to update the gist I can just do : `Gist`. but...