diff --git a/home/vimrc b/home/vimrc index ed72d46..b5fbccd 100644 --- a/home/vimrc +++ b/home/vimrc @@ -319,7 +319,7 @@ nn " execute vim code in visual selection vmap "xy:@x -" open a shell (override suspend behavior that just breaks everything) +" open a shell (only works if you `exec vim` instead of running it in a shell) nn :sh " this frees up x and X for use if you like