Created
January 30, 2017 00:52
-
-
Save chausies/bb459bb6dea9caecc70a40931582dcb0 to your computer and use it in GitHub Desktop.
vimFX preferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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