start new:
tmux
start new with session name:
tmux new -s myname
| set relativenumber number | |
| set commentary | |
| " Normal Mode Mappings | |
| nnoremap gD :action GotoDeclaration<CR> | |
| nnoremap gd :action GotoDefinition<CR> | |
| nmap K :action QuickJavaDoc<CR> | |
| nmap gI :action GotoImplementation<CR> | |
| nnoremap gr :action FindUsages<CR> | |
| nnoremap gy :action GotoTypeDeclaration<CR> |
| # This code is licensed under the terms of the MIT license https://opensource.org/license/mit | |
| # Copyright (c) 2021 Marat Reymers | |
| ## Golden config for golangci-lint v1.59.1 | |
| # | |
| # This is the best config for golangci-lint based on my experience and opinion. | |
| # It is very strict, but not extremely strict. | |
| # Feel free to adapt and change it for your needs. | |
| run: |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs