Compare commits
No commits in common. "6c80db924ea224f7f8df8f5989a67002fc0a2257" and "06f2e59dd3d712735c2e01223fca22126ec6cc04" have entirely different histories.
6c80db924e
...
06f2e59dd3
|
@ -58,11 +58,6 @@ class VimModel:
|
|||
self.currentCol = 0
|
||||
case "q": # Выход из программы
|
||||
return ReturnCode.EXIT_CODE
|
||||
case "q!": # Выход без сохранения
|
||||
return ReturnCode.EXIT_CODE
|
||||
case "wq!": # Записать в текущий файл + выйти
|
||||
self.SaveFile()
|
||||
return ReturnCode.EXIT_CODE
|
||||
case "i": # Вход в режим редактирования
|
||||
return ReturnCode.SET_EDIT_MODE
|
||||
case "I": # Переходит в начало строки и начинает ввод текста
|
||||
|
|
Loading…
Reference in New Issue