Code Monkey home page Code Monkey logo

sublimes-shortcuts's Introduction

sublimes-shortcuts

Go to Prefrences->Key Bindings-User then add the following lines:

[

{ "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },

{ "keys": ["ctrl+tab"], "command": "next_view" },

{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },


{ "keys": ["ctrl+pageup"], "command": "next_view_in_stack" },

{ "keys": ["ctrl+pagedown"], "command": "prev_view_in_stack" },


{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },


{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },


{ "keys": ["ctrl+h"], "command": "show_panel", "args": {"panel": "find_in_files"} },


{ "keys": ["alt+up"], "command": "swap_line_up" },

{ "keys": ["alt+down"], "command": "swap_line_down" },


{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },

{ "keys": ["ctrl+shift+alt+s"], "command": "save_all" },

{ "keys": ["ctrl+shift+alt+keypad_divide"], "command": "unfold_all" },

{ "keys": ["ctrl+shift+alt+keypad_multiply"], "command": "fold_all" },

{ "keys": ["ctrl+shift+alt+r"], "command": "reindent", "args": { "single_line": false } },

{ "keys": ["ctrl+shift+alt+l"], "command": "set_setting", "args": { "setting": "rulers", "value": [80, 120] }	}

]

sublimes-useful packages

Those are some of the most usefull packages you can use in sublime (to install through the package manager):

"AdvancedNewFile"

"BracketHighlighter"

"CSSLint"

"Dayle Rees Color Schemes"

"Emmet"

"FileDiffs"

"HtmlTidy"

"Indent XML"

"jQuery"

"Meld diff"

"Move Tabs"

"SideBarEnhancements"

"SublimeCodeIntel"

"SublimeTODO"

"Tag"

sublimes-shortcuts's People

Watchers

 avatar  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.