mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-29 06:38:02 -08:00
remove: wrong/opinionated vimrc information
This commit is contained in:
@@ -576,90 +576,3 @@ vees' surround 2 words (ee) with quotes '
|
|||||||
:Scomponent open component file / write selected content in component + include
|
:Scomponent open component file / write selected content in component + include
|
||||||
:Salternate open alternate model file (class - table class)
|
:Salternate open alternate model file (class - table class)
|
||||||
:Symfony execute task
|
:Symfony execute task
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# PERSONAL .VIMRC
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
|
|
||||||
<leader>ev edit vimrc file
|
|
||||||
<leader>sv reload vimrc file
|
|
||||||
<leader>sh show syntax highlighting groups for word under cursor
|
|
||||||
|
|
||||||
<space> page down
|
|
||||||
jj exit insertion mode
|
|
||||||
<leader>q close the current window
|
|
||||||
|
|
||||||
<leader>/ clear the search register
|
|
||||||
|
|
||||||
<leader>h toggle hidden characters
|
|
||||||
|
|
||||||
<leader>W strip all trailing whitespace
|
|
||||||
|
|
||||||
CTRL-h go to left window
|
|
||||||
CTRL-j go to down window
|
|
||||||
CTRL-k go to top window
|
|
||||||
CTRL-l go to right window
|
|
||||||
<leader>w open vertical split window and activate
|
|
||||||
|
|
||||||
%% will expand to current directory
|
|
||||||
<leader>ew open file from current directory
|
|
||||||
<leader>es open file in split window from current directory
|
|
||||||
<leader>cd change directory to parent dir of current file
|
|
||||||
## will expand to webroot
|
|
||||||
|
|
||||||
:Wrap wrap text
|
|
||||||
<F2> toggle wrapped text
|
|
||||||
|
|
||||||
<F3> toggle spell check
|
|
||||||
|
|
||||||
<F4> toggle light/dark background
|
|
||||||
|
|
||||||
<F5> underline with dashes
|
|
||||||
<F6> underline with double lines
|
|
||||||
|
|
||||||
<leader><up> bubble line(s) up
|
|
||||||
<leader><down> bublle line(s) down
|
|
||||||
|
|
||||||
:Ltag load tags file
|
|
||||||
:Project cd to project and load tags file
|
|
||||||
<leader>t show current tag for word under cursor
|
|
||||||
<leader>st show current tag for word under cursor in split window
|
|
||||||
<leader>tj show current tag list for word under cursor
|
|
||||||
<leader>stj show current tag list for word under cursor in split window
|
|
||||||
|
|
||||||
CTRL-<space> show omnicomplete menu
|
|
||||||
|
|
||||||
<leader>b surround with strong tags
|
|
||||||
<leader>i surround with em tags
|
|
||||||
|
|
||||||
CTRL-p generate PHP DOC
|
|
||||||
|
|
||||||
<leader>a run Ack
|
|
||||||
|
|
||||||
<leader>md preview markdown
|
|
||||||
|
|
||||||
<leader>s preview in safari
|
|
||||||
|
|
||||||
<leader>x colorpicker
|
|
||||||
|
|
||||||
<leader>n toggle Nerdtree
|
|
||||||
<leader>N close Nerdtree
|
|
||||||
<leader>f find current file in Nerdtree
|
|
||||||
|
|
||||||
<leader>l toggle Taglist
|
|
||||||
<leader>L close Taglist
|
|
||||||
|
|
||||||
<leader>ph set filetype to php.html
|
|
||||||
<leader>r reload all snipmate snippets
|
|
||||||
|
|
||||||
CTRL-<tab> switch between buffers
|
|
||||||
|
|
||||||
CTRL-y go to next tag of attribute in sparkup plugin
|
|
||||||
|
|
||||||
<leader>g toggle Gundo window
|
|
||||||
|
|
||||||
IMG<CR> show image browser to insert image tag with src, width and height
|
|
||||||
b insert image tag with dimensions from NERDTree
|
|
||||||
(http://stackoverflow.com/questions/5707925/vim-image-placement)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user