My VIM settings directory
  • Vim Script 96.1%
  • AMPL 1.5%
  • Shell 0.9%
  • Python 0.5%
  • Ruby 0.5%
  • Other 0.5%
Find a file
2013-04-22 18:21:43 -05:00
autoload Initial pathogen setup 2010-05-24 10:42:48 +07:00
backups Initial pathogen setup 2010-05-24 10:42:48 +07:00
bundle reorg 2012-03-07 11:39:58 -06:00
colors new console themes 2011-01-12 23:21:28 -06:00
config Initial pathogen setup 2010-05-24 10:42:48 +07:00
fonts updated plugins 2011-08-24 12:23:45 -05:00
plugin reorg 2012-03-07 11:39:58 -06:00
pycallblocker Add regexes 2012-03-07 11:36:54 -06:00
rsession updated plugins 2011-08-24 12:23:45 -05:00
snippets Initial pathogen setup 2010-05-24 10:42:48 +07:00
tmp Initial pathogen setup 2010-05-24 10:42:48 +07:00
.gitignore Initial pathogen setup 2010-05-24 10:42:48 +07:00
.gitmodules updated plugins 2011-08-24 12:23:45 -05:00
apt-preferences Update apt sources and preferences 2012-03-13 14:38:58 -05:00
bashrc Update bashrc and di.fm configs 2013-04-22 18:21:43 -05:00
difmplay add difmplay and update bashrc 2011-08-04 23:31:29 -05:00
difmplay_channels Update bashrc and di.fm configs 2013-04-22 18:21:43 -05:00
difmplayrc Update bashrc and di.fm configs 2013-04-22 18:21:43 -05:00
gvimrc new console themes 2011-01-12 23:21:28 -06:00
hildon-application-manager.list update repos 2011-08-05 00:05:24 -05:00
mce.ini add settings for mce/systemui/transitions 2011-04-17 21:07:36 -05:00
preferences add package repos n900 2011-07-22 08:30:26 -05:00
profile add fonts, xkb layout 2011-04-14 09:32:50 -05:00
README Update README 2012-03-07 11:37:23 -06:00
rtorrentrc updated plugins 2011-08-24 12:23:45 -05:00
rx-51 add fonts, xkb layout 2011-04-14 09:32:50 -05:00
rx-51.mod add fonts, xkb layout 2011-04-14 09:32:50 -05:00
sources.list Update apt sources and preferences 2012-03-13 14:38:58 -05:00
systemui.xml add settings for mce/systemui/transitions 2011-04-17 21:07:36 -05:00
transitions.ini updated transitions.ini to CSSU settings 2011-08-08 11:44:02 -05:00
update_bundles.rb centralized all plugins into one section, added mercurial repository support 2010-11-21 19:43:13 -05:00
vimrc add closetag support 2012-03-07 14:03:49 -06:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

vim and n900 settings
author: ashish

How to use:
00. ln -s profile ~/.profile
01. ln -s bashrc to ~/.bashrc
02. ln -s vimrc to ~/.vimrc
03. ln -s vim-settings to ~/.vim
04. cp preferences /etc/apt/preferences (if you need to)
05. cp difmplay ~
05. ln -s difmplayrc ~/.difmplayrc
06. cp transitions.ini /usr/share/hildon-desktop/transitions.ini
07. ln -s gvimrc ~/.gvimrc
08. cp hildon-application-manager.list /etc/apt/sources.list.d/hildon-application-manager.list
09. cp sources.list /etc/apt/sources.list
10. cp mce.ini /etc/mce/mce.ini
11. cp systemui.xml /etc/systemui/systemui.xml
12. cp rx-51.mod /usr/share/X11/xkb/symbols/nokia_vndr/rx-51

Notes:
01. rx-51 is for BACKUP restoration purposes and is the default on US N900
02. rx-51.mod customizations, is helpful for quickly getting around the linux terminal, python programming and daily texting(ofcourse):
    Fn+:
      Up = Home
      Down = End
      Left = Escape
      Right = Tab 
      
      Row 3 (modifitcations):
        z = ~
        c = |
    
    Fn+Shift:
      Row 1:        
        1 = ¥
        2 = ²
        3 = ³
        4 = ¼
        5 = ½
        6 = ¾
        7 = µ
        8 = ×
        9 = ÷
        0 = »
        
      Row 2:
        a = °
        s = ±
        d = ^
        f = ·
        g = ¯
        h = ¢
        j = [
        k = ]
        l = ¡
        : = ¿
        
      Row 3:
        z = {
        x = }
        c = ¦
        v = <
        b = >
        n = %
        m = `

vim plugin sources:
1. http://mirnazim.org/writings/vim-plugins-i-use/