Skip to content

szok/vimcharm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork from: https://github.com/korzeniewskipl/vimcharm

Installation

wget -qO- https://raw.githubusercontent.com/szok/vimcharm/master/install.sh | sh

Features

  • use of the mouse
  • cursor line
  • line numbers
  • highlight search
  • incremental search
  • smart case search
  • highlighting of trailing spaces
  • right margin line
  • easier moving of code blocks - just select several lines of code and then press '<' or '>' several times
  • wombat256mod colorscheme

For more features provided by the included plugins, please see the documentation for each of them.

Keymap

  • <F2> -- Quick write session.
  • <F3> -- Quick load session.
  • <F4> -- Toggle paste mode.
  • <Ctrl+p> -- Run CtrlP.
  • ,a -- Run Ack.
  • ,cc -- Comment selected code.
  • ,cu -- Uncomment selected code.
  • ,t -- Run NERD Tree.

Windows

  • <Ctrl+j> -- Move cursor to window below the current one.
  • <Ctrl+k> -- Move cursor to window above the current one.
  • <Ctrl+l> -- Move cursor to window right of the current one.
  • <Ctrl+h> -- Move cursor to window left of the current one.
  • <Ctrl+w n> -- Creates a new window above the current one.
  • <Ctrl+w s> -- Splits the current window -- creates a new window editing the same file as the current window.
  • <Ctrl+w o> -- Make the current window the only window (close all other windows).

Tabs

  • ,n -- Previous tab.
  • ,m -- Next tab.

Plugins

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published