mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Use python3 in session.vim
This commit is contained in:
parent
8327dabb29
commit
1a2da5c49d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set tabstop=4
|
|||
set shiftwidth=4
|
||||
set softtabstop=0
|
||||
set smarttab
|
||||
python <<endpython
|
||||
python3 <<endpython
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('.'))
|
||||
import kitty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue