-
-
Save letsspeak/21eb1eb9fca93b0db5e8 to your computer and use it in GitHub Desktop.
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
call accelerate#map('nv', 'e', '<C-u>', 'repeat("\<C-u>", v:count1)') | |
call accelerate#map('nv', 'e', '<C-d>', 'repeat("\<C-d>", v:count1)') | |
call accelerate#map('nv', '', 'j', 'gj') | |
call accelerate#map('nv', '', 'k', 'gk') | |
call accelerate#map('nv', '', 'h', 'h') | |
call accelerate#map('nv', 'e', 'l', 'foldclosed(line(".")) != -1 ? "zo" : "l"') |
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
v j v:count ? '<SNR>23_rhs:j' : <SNR>23_on_progress('j', 1, 20, 40, 80, 'accelerate#_liner_easing') | |
n j v:count ? '<SNR>23_rhs:j' : <SNR>23_on_progress('j', 1, 20, 40, 80, 'accelerate#_liner_easing') |
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
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jul 15 2014 10:35:42) | |
MacOS X (unix) version | |
Compiled by [email protected] | |
Huge version without GUI. Features included (+) or not (-): | |
+arabic +file_in_path +mouse_sgr +tag_binary | |
+autocmd +find_in_path -mouse_sysmouse +tag_old_static | |
-balloon_eval +float +mouse_urxvt -tag_any_white | |
-browse +folding +mouse_xterm -tcl | |
++builtin_terms -footer +multi_byte +terminfo | |
+byte_offset +fork() +multi_lang +termresponse | |
+cindent -gettext -mzscheme +textobjects | |
-clientserver -hangul_input +netbeans_intg +title | |
+clipboard +iconv +path_extra -toolbar | |
+cmdline_compl +insert_expand -perl +user_commands | |
+cmdline_hist +jumplist +persistent_undo +vertsplit | |
+cmdline_info +keymap +postscript +virtualedit | |
+comments +langmap +printer +visual | |
+conceal +libcall +profile +visualextra | |
+cryptv +linebreak +python +viminfo | |
-cscope +lispindent -python3 +vreplace | |
+cursorbind +listcmds +quickfix +wildignore | |
+cursorshape +localmap +reltime +wildmenu | |
+dialog_con -lua +rightleft +windows | |
+diff +menu +ruby +writebackup | |
+digraphs +mksession +scrollbind -X11 | |
-dnd +modify_fname +signs -xfontset | |
-ebcdic +mouse +smartindent -xim | |
+emacs_tags -mouseshape -sniff -xsmp | |
+eval +mouse_dec +startuptime -xterm_clipboard | |
+ex_extra -mouse_gpm +statusline -xterm_save | |
+extra_search -mouse_jsbterm -sun_workshop | |
+farsi +mouse_netterm +syntax | |
system vimrc file: "$VIM/vimrc" | |
user vimrc file: "$HOME/.vimrc" | |
2nd user vimrc file: "~/.vim/vimrc" | |
user exrc file: "$HOME/.exrc" | |
fall-back for $VIM: "/usr/local/share/vim" | |
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 | |
Linking: gcc -L. -L/usr/local/lib -L/usr/local/lib -o vim -lm -lncurses -liconv -framework Cocoa -framework Python -lruby.2.0.0 -lobjc |
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
[1405391008, 402694] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment