From 5fc7adac74cfbe659051eb69726ad3101615d339 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 22 Aug 2011 21:32:45 -0400 Subject: Changed some key commands. --- modules/textadept/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 541f18a6..304a4f0d 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -182,8 +182,8 @@ menubar = { { L('Next View'), { gui.goto_view, 1, false } }, { L('Previous View'), { gui.goto_view, -1, false } }, SEPARATOR, - { L('Split View Vertical'), { _view.split, _view } }, { L('Split View Horizontal'), { _view.split, _view, false } }, + { L('Split View Vertical'), { _view.split, _view } }, { L('Unsplit View'), { _view.unsplit, _view } }, { L('Unsplit All Views'), utils.unsplit_all }, { L('Grow View'), { utils.grow, 10 } }, -- cgit v1.2.3