Skip to content

Instantly share code, notes, and snippets.

View rodanr's full-sized avatar

Rodan Ramdam rodanr

  • Kathmandu, Nepal
  • 01:03 (UTC +05:45)
View GitHub Profile
@rodanr
rodanr / .ideavimrc
Last active September 3, 2025 16:09
my .ideavimrc
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>
@rodanr
rodanr / tmux-cheatsheet.markdown
Created August 5, 2024 07:10 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@rodanr
rodanr / .golangci.yml
Created August 5, 2024 03:52 — forked from maratori/.golangci.yml
Golden config for golangci-lint
# 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:
@rodanr
rodanr / conventional_commit_messages.md
Created December 6, 2022 05:47 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commit Messages

Conventional Commit Messages

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

Commit Formats

Default