Skip to content

Instantly share code, notes, and snippets.

View KapustaB's full-sized avatar
🎯
Focusing

Borna Kapusta KapustaB

🎯
Focusing
  • Smart Pension, UK
  • Zagreb
View GitHub Profile
@2KAbhishek
2KAbhishek / Shell_Keybindings.md
Last active November 12, 2024 14:43
Keyboard shortcuts for bash/zsh

Shell Keybindings

Navigation 🚀

Keybinding Action
Alt + f/b Move cursor to previous/next word
Ctrl + a/e Move cursor to beginning/end of command
Ctrl + xx Toggle between the start of line and current cursor position
@schacon
schacon / better-git-branch.sh
Created January 13, 2024 18:41
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'