Code Monkey home page Code Monkey logo

tabman.vim's Introduction

tabman.vim - Tab management for Vim

This plugin provides a convenient way to navigate between tabs and the windows they contain. Features include (but not limited to) jumping to a specific window opened in another tab; closing tabs, buffers or windows anywhere without switching to them.

Screenshot:

tabman

Usage

  • Press <leader>mt or run :TMToggle to toggle TabMan.
  • Press <leader>mf or run :TMFocus to give focus to/open the TabMan window.

Options

  • Change the default mappings:

    let g:tabman_toggle = '<leader>mt'
    let g:tabman_focus  = '<leader>mf'
  • Change the width of the TabMan window:

    let g:tabman_width = 25
  • And the position:

    let g:tabman_side = 'left'
  • Set this to 1 to show windows created by plugins, help and quickfix:

    let g:tabman_specials = 0
  • Set this to 0 to disable line numbering in the TabMan window:

    let g:tabman_number = 1

Once TabMan’s opened, press ? for help on extra keymaps.

tabman.vim's People

Contributors

kien avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.