skip to main
|
skip to sidebar
How To by Examples
simple examples of how to
Thursday, October 20, 2011
[VIM] how to make vim remember the last line of the open file
just add the following in the .vimrc
autocmd BufReadPost *
\ if line("'\"") > 0 && line("'\"") <= line("$") |
\ exe "normal! g`\"" |
\ endif
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2012
(6)
►
July
(1)
►
March
(2)
►
January
(3)
▼
2011
(101)
►
December
(17)
►
November
(19)
▼
October
(61)
[Android] can't create '/system/bin/busybox': read...
[Android] connecting android in linux
[PYTHON] waiting for key input
[Openstack] QEMU at most memory 2047 occurs
[Openstack] dnsmasq bind error
[Openstack] rabbitmq rejects with invalid credentials
[Openstack] Suggestion on the tight correlation to...
[Openstack] nova.conf configuration
[OpenStack] possible self-deadlock?
[OpenStack] nova-xxx who registers itself to DB as...
[Python] Starting document for python paste
How To Resize ext3 Partitions Without Losing Data
[Linux] Managing users and groups
[Linux Kernel] The difference between /dev/mem and...
[Cheating in C] How to know a certain function is ...
[Linux] The difference between block and character...
[Linux Kernel] How to study Linux Kernel?
[AWK] how to print all string except one field?
How to look up the latitude and longitude of a city
[HTML] how to print < in html
[WEB] java-script GUI builder on the web
[R. FROST] Revelation
[OpenFlow] The structure of ENVI (visualization to...
[AWK] colored ifstat
[AWK] color text with tcpdump example
[Linux] Color texts in echo
[OpenFlow] Openflow as click element
[Android] Cross-compiling iperf for Android
[ANDROID] Compiling Click (software modular router...
[C] inotify example
[C] Getting a MAC address in C
[Media] The difference between streaming and progr...
[Android] Intent tips with various examples
[LINUX] how to find which ports are used by which ...
[VIM] how to make vim remember the last line of th...
[VIM] vim tips for developers
[C++] Linear Regression Source Code
[C++] Post-fix Calculator Source Code (String-calc...
[Linux Kernel] What is the main function in Linux ...
[GNUPLOT] gnuplot 3D plot example
[PYTHON] struct.pack example
[Linux] How to show the device info in ubuntu?
[Linux Device Driver] The difference between inter...
[Linux Device Driver] tasklet control functions
[Linux] Interesting files in /proc/
[Linux] Short intro of ubuntu services
[Linux Kernel] What does pdflush do?
[PYTHON] openflow nox LAVI<->ENVI json message tra...
[SOCKET] simple python echo server
[SOCKET] socket reuse example
ARP Request Unicasting???
what is vsz and rss from the results of ps
tg3 ring name:
what is staging tree in linux kernel?
[Linux Device Driver] Good hints to analyze linux ...
How to write PCI driver in Linux (good start)
The packet processing function trace in ixgbe driver
What is the source code of the ethernet driver (Ne...
[Linux Device Driver] intel ixgbe source code anal...
[Kernel system function trace] What happen "ifconf...
[Linux] How to partition, format, and mount a seco...
►
September
(4)
►
2010
(1)
►
January
(1)
►
2009
(18)
►
December
(5)
►
November
(2)
►
October
(11)
About Me
jaeyong
View my complete profile
No comments:
Post a Comment