Skip to content

Instantly share code, notes, and snippets.

@chausies
Created January 30, 2017 00:52
Show Gist options
  • Save chausies/bb459bb6dea9caecc70a40931582dcb0 to your computer and use it in GitHub Desktop.
Save chausies/bb459bb6dea9caecc70a40931582dcb0 to your computer and use it in GitHub Desktop.
vimFX preferences
{
"smoothScroll.pages.spring-constant": "800",
"smoothScroll.other.spring-constant": "800",
"mode.normal.focus_search_bar": "",
"mode.normal.scroll_page_down": "D",
"mode.normal.scroll_page_up": "U",
"mode.normal.scroll_half_page_down": "<space> d",
"mode.normal.scroll_half_page_up": "<s-space> u",
"mode.normal.tab_new_after_current": "T O",
"mode.normal.tab_move_backward": "<",
"mode.normal.tab_move_forward": ">"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment