Fix the terminal window to 80 columns
This commit is contained in:
parent
036c9b9605
commit
7c943c2ed7
2 changed files with 8 additions and 3 deletions
|
|
@ -40,7 +40,6 @@ class CodeView( object ):
|
|||
'breakpoints': []
|
||||
}
|
||||
|
||||
|
||||
with utils.LetCurrentWindow( self._window ):
|
||||
vim.command( 'nnoremenu WinBar.Continue :call vimspector#Continue()<CR>' )
|
||||
vim.command( 'nnoremenu WinBar.Next :call vimspector#StepOver()<CR>' )
|
||||
|
|
@ -221,6 +220,7 @@ class CodeView( object ):
|
|||
|
||||
options = {
|
||||
'vertical': 1,
|
||||
'term_cols': 80,
|
||||
'norestore': 1,
|
||||
'cwd': cwd,
|
||||
'env': env,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue