1
0
Fork 0

chore: change tiny tab moving

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-19 16:15:30 -05:00
parent 25024e46ff
commit 0428af3f18
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
}; };
}; };
key_map = { key_map = {
ctrl_left = "tab_prev"; alt_left = "tab_prev";
ctrl_right = "tab_next"; alt_right = "tab_next";
}; };
}; };
} }