Skip to content

Commit

Permalink
Merge commit '4f64f56019bd1627d79c2cdc1f8644517cc7ec9d' into theand
Browse files Browse the repository at this point in the history
* commit '4f64f56019bd1627d79c2cdc1f8644517cc7ec9d':
  Summary: Fixes spf13#764 - Revert "some useful mappings I use everyday"
  Add vim with lua install instructions to readme
  • Loading branch information
Heesang Chae committed Jul 25, 2015
2 parents 2f1c7b7 + 4f64f56 commit 3b46774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -396,16 +396,6 @@
nmap <leader>f8 :set foldlevel=8<CR>
nmap <leader>f9 :set foldlevel=9<CR>
"UPPERCASE and lowercase conversion
nnoremap g^ gUiW
nnoremap gv guiW
"go to first and last char of line
nnoremap H ^
nnoremap L g_
vnoremap H ^
vnoremap L g_
" Most prefer to toggle search highlighting rather than clear the current
" search results. To clear search highlighting rather than toggle it on
" and off, add the following to your .vimrc.before.local file:
Expand Down
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Great care has been taken to ensure that each plugin plays nicely with others, a
Lastly (and perhaps, most importantly) It is completely cross platform. It works well on Windows, Linux and OSX without any modifications or additional configurations. If you are using [MacVim] or Gvim additional features are enabled. So regardless of your environment just clone and run.

# Installation
## Requirements
To make all the plugins work, specifically [neocomplete](github.com/Shougo/neocomplete.vim), you need [vim with lua](https://github.com/Shougo/neocomplete.vim#requirements).

## Linux, \*nix, Mac OSX Installation

Expand Down

0 comments on commit 3b46774

Please sign in to comment.