We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03563a + 48bd05c commit b70d4b0Copy full SHA for b70d4b0
.vimrc
@@ -33,6 +33,9 @@ let $PATH = $PATH . ':' . expand("~/.haskell-vim-now/bin")
33
" Kill the damned Ex mode.
34
nnoremap Q <nop>
35
36
+" Exit Insert mode without getting Carpal Tunnel Syndrome.
37
+inoremap jk <esc>
38
+
39
" }}}
40
41
" Vundle {{{
README.md
@@ -282,6 +282,9 @@ selections to it. This works well for evaluating things in GHCI.
282
<tr>
283
<td>C-l</td><td>Move cursor to rightward pane (redraw is `,r` instead)</td>
284
</tr>
285
+ <tr>
286
+ <td>jk</td><td>Exit Insert mode without straining your hand</td>
287
+ </tr>
288
</tbody>
289
</table>
290
0 commit comments