Created by Kevin Klement 2022-03-16 View revision File keys_user.config Added Side-by-side diff More Ignore whitespace Hide word diff +# vim motions +move_down j +move_up k +move_left h +move_right l + +# remap highlight command +add_highlight , + +# go to beginning with home +goto_begining <home> + +# color modes +toggle_dark_mode c +toggle_custom_color n + +# q, or control-q to quit +quit q +quit <C-q> + +# y to goto previous viewing state +pop_state y + +# w to fit to page width +fit_to_page_width_smart w + +# zoom coomands; use any mod combo with +/- +zoom_in <S-+> +zoom_in = +zoom_in <C-=> +zoom_in <C-S-+> + +zoom_out - +zoom_out <S-_> +zoom_out <C-S-_> + +# navigate through history with alt- as well +next_state <A-<right>> +prev_state <A-<left>> + +# control g goes to next search item +next_item <C-g> + +# marks +set_mark <A-m> +goto_mark <A-j> + +# toggle synctex mode +toggle_synctex <f8>