Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 400597a

Browse files
committed
minor updates
1 parent 8cf74e3 commit 400597a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

6-zsh_options.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ bindkey '^[[Z' autosuggest-accept # shift + tab | autosuggest
152152
bindkey '\e[1~' beginning-of-line
153153
bindkey '\e[4~' end-of-line
154154

155+
# Fix ctrl+a to go to beginning of line (was bound to self-insert)
156+
bindkey '^A' beginning-of-line
157+
155158
# Incremental search is elite!
156159
bindkey -M vicmd "/" history-incremental-search-backward
157160
bindkey -M vicmd "?" history-incremental-search-forward

tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ bind b last-window
4242
# bind-key C-z send-prefix
4343
# bind z last-window
4444

45-
# # bind CTRL+a to go to start of line
45+
# # Previously bound CTRL+a - now commented out so it works normally in shell
4646
# unbind C-a
4747
# bind C-a send-prefix
48-
# # bind-key C-a send-key C-a
48+
# bind-key C-a send-key C-a
4949

5050
# Dont break CTRL+Left/Right
5151
# also in ~/.zshrc:

0 commit comments

Comments
 (0)