vim profiling

When vim performance going down… start vim make things which slow vim down… after this go back to normal mode and and exit from vim Finally and you get result:

VimWiki: A Personal Wiki For Vim

VimWiki is a personal wiki for Vim — a number of linked text files that have their own syntax highlighting. With VimWiki you can: Organize notes and ideas Manage to-do …

tmux: clipboard copy and paste

Add into ~/.tmux.conf copy to clipboard CTRL+B [ and then move cursor to start of area which you want to copy. pres key v to make selection when you select …

Vimium – The Hacker’s Browser

Vimium is a browser extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor. Installation instructions: Install via the Chrome web store or the Firefox Addons …

golang: size of builded binaries

1. normal build Size of my binary: 20MB 2. ldflags You can build app with additional parameters -ldflags=“-s -w“ Size of my binary: 16MB 3. FINALY: upx You can use …

GOSSH

gossh: A small Go utility package to handle easier SSH operations such as different kinds of SSH connections (user/pass, private key or signed certificate), command execution, file transfer with SCP …

netrw.vim

Network oriented reading, writing, and browsing. Netrw supports reading and writing files across networks.  One may use urls for filenames or one may use netrw’s Nread and Nwrite commands. Netrw as …