changed v alias so that it opens the file in a new tab. Current alias opens the file in an existing tab replacing the file that was already open
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
alias v='mvim --remote-silent'
|
||||
alias v='mvim --remote-tab'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user