This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const activate = (oni) => { | |
| // access the Oni plugin API here | |
| // for example, unbind the default `<c-p>` action: | |
| // or bind a new action: | |
| oni.input.bind(["<tab>"], "contextMenu.next"); | |
| oni.input.bind(["<s-tab>"], "contextMenu.previous"); | |
| oni.input.bind(["<tab>"], "menu.next"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set shell=zsh " Set bash as the prompt for Vim | |
| set backspace=2 " Backspace deletes like most programs in insert mode | |
| set nobackup | |
| set nowritebackup | |
| set noswapfile " http://robots.thoughtbot.com/post/18739402579/global-gitignore#comment-458413287 | |
| set history=50 | |
| set ruler " show the cursor position all the tim | |
| set showcmd " display incomplete commands | |
| set laststatus=2 " Always display the status line | |
| set autowrite " Automatically :write before running commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "presets": [ | |
| "react-native", | |
| "flow" | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-04-12T13:31:24.898Z","extensionVersion":"v3.2.8"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export ZSH="/Users/dinhmai/.oh-my-zsh" | |
| POWERLEVEL9K_MODE="nerdfont-complete" | |
| ZSH_THEME="powerlevel9k/powerlevel9k" | |
| export UPDATE_ZSH_DAYS=7 | |
| ENABLE_CORRECTION="true" | |
| COMPLETION_WAITING_DOTS="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-09-01T10:26:54.984Z","extensionVersion":"v3.4.2"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-04-20T02:13:09.697Z","extensionVersion":"v3.2.9"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var fs = require("fs"); | |
| const inquirer = require("inquirer"); | |
| var questions = [ | |
| { | |
| type: "input", | |
| name: "name", | |
| message: "object name", | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-12-22T14:52:32.797Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-09-17T04:07:46.756Z","extensionVersion":"v3.4.3"} |
OlderNewer