From 62abfc5ee508a4b4186b120619c7f428ed95fa43 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 1 Jun 2020 15:16:18 +0200 Subject: Rename bind -> map --- src/command.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command.zig') diff --git a/src/command.zig b/src/command.zig index 2bd53ba..c1db559 100644 --- a/src/command.zig +++ b/src/command.zig @@ -27,7 +27,7 @@ const impl = struct { const focus = @import("command/focus.zig").focus; const focusAllTags = @import("command/focus_all_tags.zig").focusAllTags; const focusOutput = @import("command/focus_output.zig").focusOutput; - const bind = @import("command/bind.zig").bind; + const map = @import("command/map.zig").map; const focusTag = @import("command/focus_tag.zig").focusTag; const layout = @import("command/layout.zig").layout; const modMasterCount = @import("command/mod_master_count.zig").modMasterCount; @@ -77,7 +77,7 @@ const str_to_impl_fn = [_]Definition{ .{ .name = "mod_master_factor", .impl = impl.modMasterFactor }, .{ .name = "send_to_output", .impl = impl.sendToOutput }, .{ .name = "spawn", .impl = impl.spawn }, - .{ .name = "bind", .impl = impl.bind }, + .{ .name = "map", .impl = impl.map }, .{ .name = "tag_view", .impl = impl.tagView }, .{ .name = "tag_view_all_tags", .impl = impl.tagViewAllTags }, .{ .name = "toggle_float", .impl = impl.toggleFloat }, -- cgit v1.2.3