keyboard-shortcuts

How to get Cmd-left/right working with iTerm2 and Vim (without requiring .vimrc changes)?

余生长醉 提交于 2019-11-28 18:53:26
I want to be able to use Option-left and Option-right to skip words (and Cmd-left/right to go to beginning and end of lines) within Vim as it does at my shell prompt. My Iterm2 preferences have mappings to do this (e.g. Option-left to Esc-H and a one for option-right to Esc-F to skip over words), and this works in the shell locally or when ssh'd to a remote server. When I use Vim locally or remotely, option-left works, but option-right does not. I suspect this is because Vim naturally listens for Esc-H , but not Esc-F . I am able to get around this by modifying .vimrc file to Esc-b to b and

Shortcut for “move to left editor” and “move to right editor” in Eclipse?

一笑奈何 提交于 2019-11-28 18:38:08
问题 If I've got my Eclipse windows split vertically, is there any keyboard shortcut to move to the logical left/right editor? For example, in the image blow, the right editor is selected, and I want to move to the left window: For those of you who know Vim, I am trying to recreate c-w h and c-w l . 回答1: The answer from Csaba_H is right : there is no keyboard shortcut to switch from one editor area to the next. The most you can do through keyboard shortcuts is to switch to "another editor",

Eclipse: Keyboard shortcut for switching between consoles?

做~自己de王妃 提交于 2019-11-28 18:36:59
In Eclipse (I'm using version 3.6 aka Helios), you can use Alt + Command + Q C (on Mac OS X or Alt + Shift + Q C on Windows/Linux) to give focus to the Console View. Ok. That's good. My problem is that in order to switch between consoles inside that view you have to click the ridiculously small arrow next to the 'Display Selected Console' icon. See: I find that quite annoying because I'm totally keyboard oriented and that is practically the only thing for which I have to use the mouse when in Eclipse. I'm frequently launching several Run Configurations at once, and every one opens a new

How can I go to the next Eclipse marker (e.g. build error) using the keyboard?

橙三吉。 提交于 2019-11-28 17:29:02
Suppose I make a method signature change that breaks several callers, and I want to review the call sites manually to update them. Once I change the signature, my "Problems" view shows, say, a dozen errors. What keys can I hit to navigate through them while leaving the keyboard focus in the editor for fast fixups? (It's been a while, but I think the Visual Studio equivalent is F8 .) Note that this question does not duplicate Eclipse: How to go to a error using only the keyboard (keyboard-shortcut)? , as that one seeks to navigate only between markers in the current file. In this case, I want

In PyCharm, how to go back to last location?

为君一笑 提交于 2019-11-28 17:17:54
问题 I've tried these answers, but nothing happened: Keyboard shortcut for Jump to Previous View Location (Navigate back/forward) in IntelliJ IDEA For example: I'm navigating to a function body, put the cursor on a function call, click F12 ("go to definition") from the new location (the function's body), how do I return to the function call? I've tried these, but they didn't do anything: Ctrl + Shift + Left Ctrl + Shift + F2 <-- this is my default mapping Alt + Shift + Left Ctrl + Shift +

SVN key bindings not working in Eclipse

白昼怎懂夜的黑 提交于 2019-11-28 17:13:39
I installed Eclipse 3.6 64-bit on a fresh Windows 7. I tried setting some key bindings using the Keys section of the preferences window, namely: Alt + C - commit using SVN Alt + U - update using SVN Alt + R - revert using SVN It all worked flawlessly in the past on Eclipse 3.5 32bit on Windows XP, but it just doesn't work in my recent setup. When I'm navigating to the 'Team' menu, the shortcuts do appear next to the aforementioned actions (i.e. Eclipse writes Alt + U next to 'Update to HEAD'). Any suggestions? Russell Davis It may be due to this breaking change in Eclipse 3.6: http://dev

Eclipse keyboard shortcut: goto function name

萝らか妹 提交于 2019-11-28 16:47:58
Suppose I know a function name, but I don't know which file it's declared in. What Eclipse keyboard shortcut can take me to the function I'm looking for? What I'm looking for is similar to Eclipse's: Ctrl + Shift + R except it will search for method names instead. Sidenote With Visual Assist X, I can do this by using the "Find Symbol" feature, which is executed with: Shift + Alt + S SuitUp Yeah, this is an old question, but I have a better solution: what about F3 ? And CTRL + O is what Windows users are looking for. Narcolei This is an old question, but for the sake of people Googling this,

Fix key settings (Home/End/Insert/Delete) in .zshrc when running Zsh in Terminator Terminal Emulator

僤鯓⒐⒋嵵緔 提交于 2019-11-28 16:46:58
问题 I'm running Ubuntu 11.04. I installed the Terminator Terminal Emulator 0.95, and Zsh, version 4.3.15. I have (commonly known) problems with my keys inside the Zsh. At least these: Home/End, nothing happens Insert/Delete/PageUp/PageDown: a "~" is typed I already tried some configurations for .zshrc which should solve the problem, but no approach really worked so far. Maybe this is related to the combination of Terminator and Zsh. I took the 2 configs on this page: https://bbs.archlinux.org

How to jump from Intellij terminal to editor with shortcut

十年热恋 提交于 2019-11-28 16:46:57
I know that you can jump from almost all windows in Intellij IDEA to the editor window with Esc . In Intellij's terminal window, this does not work. Does anyone know how to do this with a keyboard shortcut? This would be nice since I can jump from my editor to the terminal with Alt + F12 but I cannot do it the other way without using my mouse. UPDATE - March 2016 Since this question is getting some attention, I wanted to remind everyone that you can toggle between the editor and the terminal window easily enough with a built in action. By default it is mapped to Alt + F12 and ⌥ F12 . To check

Customizing Keyboard Shortcuts in MySql Workbench

≯℡__Kan透↙ 提交于 2019-11-28 16:30:28
Having spent a number of years working primarily with MS SQL Server (and hence SQL Server Management Studio for common tasks), I am now beginning to work with MySql. To date I have been using MySQL Workbench and am generally happy with it. I would, however, like to be able to assign custom keyboard shortcuts for certain commands (e.g. commands from this list ). For example, I'd prefer to stick to the MS-SQL approach of 'F5' to execute queries, rather than hitting 'Modifier+Return'. I haven't yet come across a simple way to do this. My questions are then: Is this possible somehow in MySQL