# Zsh Keybindings [Extends shell keybindings](./shell.md) - [My configs](https://github.com/2KAbhishek/dots2k/tree/main/config/zsh/keys.zsh) - [Live keybindings](https://github.com/2KAbhishek/dots2k/blob/main/docs/zsh.md) | Keybinding | Action | | -------------------------------- | -------------------------- | | Alt + m | Copy last word | | Ctrl + d | Run [dexe][2] launcher | | Ctrl + f | fzf search toggle | | Ctrl + g | Lazygit | | Ctrl + h | Reload config | | Ctrl + k | Accept suggestion | | Ctrl + n | Show all [tdo][3] notes | | Ctrl + o | Open command in editor | | Ctrl + q | Quote word under cursor | | Ctrl + s/b | Forward / Backward in line | | Ctrl + t | Open [tmux-tea][1] | | Ctrl + u | Undo change in line | | Ctrl + y | Copy command | | Esc | Vi mode | [1]: https://github.com/2KAbhishek/tmux-tea [2]: https://github.com/2KAbhishek/dexe [3]: https://github.com/2KAbhishek/tdo