checking out the new google toolbar extension for firefox.
Adding stuff to the learning process....
vim tips and tricks....
set hlsearch - sets the highlighting for search
set nohlsearch - does not set the highlighting for search
h, j, k, l - left, down, up and right movements in vim
d - delete
w - word
b - back word
$ - end of line
^ - begining of line
o - insert new line
regular expressions crash course in vim.
--------------------------------------------------
$ - end of the line.
^ - begining of the line
. - character in regex
:marks - gives the location of ,\ , [ . ]
Opening and Closing multiple files
--------------------------------------------
:wnext - write and go next
:wNext - go to previous
:spilt - spilts the window
:new - creates a new window
:view - creates a new read only window
Programmers
------------------
:setbackground=light or dark
:syntax on
Tricky murky xterm
----------------------------
if($term = xterm) set term = xterm-color
Start with a C file but with non standard extension
---------------------------------------------------------------
:set filetype=c
Adding stuff to the learning process....
vim tips and tricks....
set hlsearch - sets the highlighting for search
set nohlsearch - does not set the highlighting for search
h, j, k, l - left, down, up and right movements in vim
d - delete
w - word
b - back word
$ - end of line
^ - begining of line
o - insert new line
regular expressions crash course in vim.
--------------------------------------------------
$ - end of the line.
^ - begining of the line
. - character in regex
:marks - gives the location of ,\ , [ . ]
Opening and Closing multiple files
--------------------------------------------
:wnext - write and go next
:wNext - go to previous
:spilt - spilts the window
:new - creates a new window
:view - creates a new read only window
Programmers
------------------
:setbackground=light or dark
:syntax on
Tricky murky xterm
----------------------------
if($term = xterm) set term = xterm-color
Start with a C file but with non standard extension
---------------------------------------------------------------
:set filetype=c
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home