mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-10-31 17:53:16 +00:00 
			
		
		
		
	revert to nvim as alias for vim
This commit is contained in:
		| @@ -47,6 +47,7 @@ | ||||
|       MANPAGER = "nvim +Man!"; | ||||
|     }; | ||||
|     programs.fish = { | ||||
|       shellAliases = { vim = "nvim"; }; | ||||
|       shellAbbrs = { | ||||
|         v = lib.mkForce "nvim"; | ||||
|         vl = lib.mkForce "nvim -c 'normal! `0'"; | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| set vimfile (fzf) | ||||
| and set vimfile (echo $vimfile | tr -d '\r') | ||||
| and commandline -r "nvim $vimfile" | ||||
| and commandline -r "vim $vimfile" | ||||
| and commandline -f execute | ||||
|   | ||||
		Reference in New Issue
	
	Block a user