#
keybindings
Here are 90 public repositories matching this topic...
Vim bindings for Google Chrome.
javascript
chrome-extension
vim
productivity
keyboard
chrome
google-chrome
keybindings
keyboard-shortcuts
-
Updated
Jul 9, 2020 - JavaScript
Add a global delay to Command-Q to stop accidental app quits.
-
Updated
Dec 28, 2020 - Objective-C
16
MarcoIeni
commented
Sep 6, 2020
Is your feature request related to a problem? Please describe.
As I said here:
In spacemacs you have major-modes, like "python", "markdown", and so on. So for example if you open a
.mdfile, spacemacs will use Markdown mode in that buffer.When you are using a mode, key bindings under
<spc> mo
Chrome/Firefox extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others
chrome-extension
vim
youtube
google
firefox-addon
colemak
startpage
firefox-extension
keybindings
keyboard-navigation
keyboard-shortcuts
chrome-extensions
google-scholar
google-search
edge-extension
youtube-search
github-search
amazon-search
-
Updated
Jan 20, 2021 - JavaScript
The Vim mode for Visual Studio Code(vscode) that works as expected.
-
Updated
Dec 21, 2020 - TypeScript
plugin
fish
fisher
fish-shell
fish-plugins
fish-plugin
keybindings
fish-packages
fishshell
oh-my-fish
oh-my-fish-plugin
paired-symbols
-
Updated
Nov 30, 2020 - Shell
Make your cursors dance with Kakoune-like keybindings for VS Code.
-
Updated
Jan 2, 2021 - TypeScript
Speed up your Git workflow. 🐠
-
Updated
Jan 28, 2021 - Shell
Remap arrow keys to ijkl and make use of caps lock
windows
linux
terminator
autohotkey
cmder
keybindings
libinput
capslock
arrow-keys
autokey
autokeyboard
terminator-terminal
ijkl
-
Updated
Apr 8, 2020 - AutoHotkey
A plugin for Spyder to enable Vim keybindings
-
Updated
Oct 26, 2020 - Python
IDA Pro to Ghidra Key Bindings to feel like if you were in IDA Pro when navigating
-
Updated
Apr 8, 2019
This will make your Android Studio use keybindings like VSCode (which are similar to sublime I believe)
-
Updated
Nov 21, 2020
map pairs of sequentially pressed keys to commands
-
Updated
Sep 7, 2015 - Emacs Lisp
UE4 - Bind your game inputs to any key.
-
Updated
Aug 19, 2017 - C++
DrRacket Tools for CS 135 course at UWaterloo
autocomplete
racket
shortcut
uwaterloo
keybindings
shortcuts
keyboard-shortcuts
hacktoberfest
drracket
racket-lang
htdp
cs135
racket-language
raco
drracket-customization
drracket-preferences
drracket-theme
drracket-dark-mode
racket-teachpack
cs135-tools
-
Updated
Dec 17, 2020 - Racket
-
Updated
Dec 14, 2020 - JavaScript
Personal dot files
-
Updated
Jan 19, 2020 - Shell
A 3D movement controller.
-
Updated
Jan 28, 2021 - TypeScript
My Xcode config - Alfred Workflow, File templates, Xcode code snippets, themes, IDETextKeyBindingSet
xcode
templates
alfred-workflow
configuration
cocoa
keybindings
alfred3-workflow
xcode-templates
xcode-color-theme
xcode-snippets
-
Updated
Aug 22, 2020 - Shell
This extension does not remove any existing bindings. On the same os as that of the keybindings that means everything will be bound twice. On other OS' that means that the keybindings will be in addition to the default (note that they take precedence over the default bindings)
-
Updated
Dec 15, 2020
A command line text editor with notepad like key bindings.
rust
terminal
like
command-line
notepad
access
text-editor
user
common
keybindings
cua
common-user-access
-
Updated
Jan 29, 2021 - Rust
Fish shell plugin for fzf git bindings
-
Updated
Aug 12, 2019 - Shell
Use Emacs keybindings in all applications.
-
Updated
Jan 8, 2021 - Lua
This project group all the things needed to make Vim more accessible for people.
-
Updated
Jan 24, 2020 - Vim script
Spacemacs configurations optimized for English and Thai languages
-
Updated
Aug 2, 2018 - Emacs Lisp
Improve this page
Add a description, image, and links to the keybindings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the keybindings topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Under VIM, I’m used to type
:bdto close the current file/buffer.That command isn’t working under VSCodeVim :
Not and editor command bdTo close the current buffer, only
:qworks which isn’t correct ::qunder VIM close VIM (and all files/buffers opened):bdseems a better command to close the current file/buffer.