> 5.  Using Vim on the Nanonote to "force" myself to learn the rather 
> obtuse and opaque set of commands that are never-the-less ubiquitous 
> as well as powerful:)  Making progress on that front.  May eventually 
> even learn to "like" Vim.  

Like Cristian Paul said, this is all inspiring stuff.  In relation to Vim,
here's my favourite line in /root/.vimrc on the Nanonote:

  " use RAM for swap files to avoid trashing NAND
  set dir=/tmp

..and some other lines from the same file that may be useful too:

  set list
  set listchars=tab:>-,trail:-
  set expandtab
  set ai
  set shiftwidth=2
  set tabstop=2
  set incsearch
  :nmap <TAB> :bnext<CR>
  :nmap ` :bprevious<CR>
  :nmap <F8> :buffers<CR>

- neil


_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe: 
http://lists.en.qi-hardware.com/mailman/listinfo/discussion

Reply via email to