Skip to content

Instantly share code, notes, and snippets.

@svmhdvn
Last active January 24, 2017 21:28
Show Gist options
  • Save svmhdvn/54a05a6f251b54798c45543f8109efca to your computer and use it in GitHub Desktop.
Save svmhdvn/54a05a6f251b54798c45543f8109efca to your computer and use it in GitHub Desktop.
{
"mode.normal.focus_location_bar": "",
"mode.normal.focus_search_bar": "",
"mode.normal.paste_and_go": "",
"mode.normal.paste_and_go_in_tab": "",
"mode.normal.history_forward": "I",
"mode.normal.reload": "",
"mode.normal.reload_force": "",
"mode.normal.reload_all": "",
"mode.normal.reload_all_force": "",
"mode.normal.stop": "",
"mode.normal.stop_all": "",
"mode.normal.scroll_right": "i",
"mode.normal.scroll_down": "n",
"mode.normal.scroll_up": "e",
"mode.normal.scroll_page_down": "",
"mode.normal.scroll_page_up": "",
"mode.normal.scroll_half_page_down": "<c-n>",
"mode.normal.scroll_half_page_up": "<c-e>",
"mode.normal.tab_new": "",
"mode.normal.tab_new_after_current": "",
"mode.normal.tab_duplicate": "",
"mode.normal.tab_select_previous": "<c-h>",
"mode.normal.tab_select_next": "<c-i>",
"mode.normal.tab_close": "",
"mode.normal.tab_restore": "",
"mode.normal.window_new": "",
"mode.normal.window_new_private": "",
"mode.normal.enter_mode_ignore": "<space>",
"mode.normal.quote": "",
"mode.caret.move_right": "i",
"mode.caret.move_down": "n",
"mode.caret.move_up": "e",
"mode.caret.move_to_line_start": "l",
"mode.caret.move_to_line_end": "L",
"mode.ignore.exit": "<escape>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment