Cleanup extra vim lines in zsh files

This commit is contained in:
Eric Torres 2022-12-08 16:09:14 -08:00
parent ca921386bc
commit b6d3770da2
5 changed files with 0 additions and 10 deletions

View File

@ -1,4 +1,2 @@
# bindkey -M viins '^r' history-incremental-search-backward # bindkey -M viins '^r' history-incremental-search-backward
# bindkey -M vicmd '^r' history-incremental-search-backward # bindkey -M vicmd '^r' history-incremental-search-backward
# vim: syntax=zsh

View File

@ -23,5 +23,3 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
# Automatically load new executables # Automatically load new executables
zstyle ':completion:*' rehash true zstyle ':completion:*' rehash true
# vim: syntax=zsh

View File

@ -10,5 +10,3 @@ setopt correctall
# prevent accidental overwriting of a file # prevent accidental overwriting of a file
setopt noclobber setopt noclobber
# vim: syntax=zsh

View File

@ -19,5 +19,3 @@ zle -N sudo-command-line
# Defined shortcut keys: [Esc] [Esc] # Defined shortcut keys: [Esc] [Esc]
bindkey -M viins "\e\e" sudo-command-line bindkey -M viins "\e\e" sudo-command-line
bindkey -M vicmd "\e\e" sudo-command-line bindkey -M vicmd "\e\e" sudo-command-line
# vim: syntax=zsh

View File

@ -9,5 +9,3 @@ _load_tmux() {
zle -N _load_tmux zle -N _load_tmux
bindkey -M viins "^y" _load_tmux bindkey -M viins "^y" _load_tmux
# vim: syntax=zsh