fix: move tiny keybinds to settings block

Signed-off-by: jolheiser <john.olheiser@gmail.com>
teamcity
jolheiser 2023-07-19 16:42:55 -05:00
parent 0428af3f18
commit c0aaf3c5e8
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@
nicks = ["jolheiser"]; nicks = ["jolheiser"];
realname = "jolheiser"; realname = "jolheiser";
}; };
};
key_map = { key_map = {
alt_left = "tab_prev"; alt_left = "tab_prev";
alt_right = "tab_next"; alt_right = "tab_next";
}; };
}; };
};
} }