mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-03 22:10:28 +01:00 
			
		
		
		
	home-profile: change zsh keybind
This commit is contained in:
		
							parent
							
								
									48e82bb70f
								
							
						
					
					
						commit
						f0ae63d1b6
					
				@ -145,10 +145,10 @@ in
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        bindkey -r "^["
 | 
			
		||||
        bindkey ";5C" forward-word
 | 
			
		||||
        bindkey ";5D" backward-word
 | 
			
		||||
        bindkey ";5A" history-substring-search-up-prefixed
 | 
			
		||||
        bindkey ";5B" history-substring-search-down-prefixed
 | 
			
		||||
        bindkey "^[[1;5C" forward-word
 | 
			
		||||
        bindkey "^[[1;5D" backward-word
 | 
			
		||||
        bindkey "^[[1;5A" history-substring-search-up-prefixed
 | 
			
		||||
        bindkey "^[[1;5B" history-substring-search-down-prefixed
 | 
			
		||||
 | 
			
		||||
        zsh-private() {
 | 
			
		||||
          __MATERUS_HM_ZSH_PRIVATE=1 ${lib.getExe config.programs.zsh.package}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user