Skip to content

Instantly share code, notes, and snippets.

@2KAbhishek
2KAbhishek / Shell_Keybindings.md
Last active July 20, 2024 06:11
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