fix delete key
This commit is contained in:
		
							parent
							
								
									32a92139f6
								
							
						
					
					
						commit
						7b34b6c912
					
				
							
								
								
									
										7
									
								
								zshrc
								
								
								
								
							
							
						
						
									
										7
									
								
								zshrc
								
								
								
								
							| 
						 | 
					@ -77,6 +77,9 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate # en
 | 
				
			||||||
# use emacs style keymaps (ctrl+a, ctrl+e, etc)
 | 
					# use emacs style keymaps (ctrl+a, ctrl+e, etc)
 | 
				
			||||||
bindkey -e
 | 
					bindkey -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# fix delete
 | 
				
			||||||
 | 
					bindkey "^[[3~" delete-char
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The following line was added by compinstall
 | 
					# The following line was added by compinstall
 | 
				
			||||||
zstyle :compinstall filename '/home/ray/.zshrc'
 | 
					zstyle :compinstall filename '/home/ray/.zshrc'
 | 
				
			||||||
zmodload -i zsh/complist
 | 
					zmodload -i zsh/complist
 | 
				
			||||||
| 
						 | 
					@ -109,3 +112,7 @@ typeset -aU path
 | 
				
			||||||
 | 
					
 | 
				
			||||||
eval "$(~/.config/zsh/starship/starship init zsh)"
 | 
					eval "$(~/.config/zsh/starship/starship init zsh)"
 | 
				
			||||||
export STARSHIP_CONFIG=~/.config/starship/starship.toml
 | 
					export STARSHIP_CONFIG=~/.config/starship/starship.toml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export NVM_DIR="$HOME/.nvm"
 | 
				
			||||||
 | 
					[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
 | 
				
			||||||
 | 
					[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue