forked from andonome/lk
		
	vim in bash
This commit is contained in:
		
							
								
								
									
										19
									
								
								vim/vim_in_bash.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								vim/vim_in_bash.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| --- | ||||
| title: "vim in bash" | ||||
| tags: [ "vim", "bash", "inputrc" ] | ||||
| --- | ||||
|  | ||||
| Put bash in vim mode! | ||||
|  | ||||
| Place the following in your `~/.inputrc`: | ||||
|  | ||||
| ```bash | ||||
| set editing-mode vi | ||||
| set show-mode-in-prompt on | ||||
| set vi-ins-mode-string \1\e[33;32m\2[>]=\1\e[0m\2 | ||||
| set vi-cmd-mode-string \1\e[33;1m\2[?]=\1\e[0m\2 | ||||
|  | ||||
| set keymap vi-insert | ||||
| RETURN: "\e\n" | ||||
| ``` | ||||
|  | ||||
		Reference in New Issue
	
	Block a user