regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

bindings.json (1242B)


      1 {
      2     "Alt-,": "PreviousTab",
      3     "Alt-.": "NextTab",
      4     "Alt-/": "lua:comment.comment",
      5     "Alt-[": "CursorDown,CursorDown,CursorDown,CursorDown,CursorDown",
      6     "Alt-]": "CursorUp,CursorUp,CursorUp,CursorUp,CursorUp",
      7     "Alt-o": "command:open_ref",
      8     "Ctrl-D": "DuplicateLine",
      9     "Ctrl-Delete": "DeleteWordRight",
     10     "Ctrl-J": "lua:aspell.togglecheck",
     11     "Ctrl-K": "DeleteLine",
     12     "Ctrl-N": "AddTab",
     13     "Ctrl-O": "IndentLine",
     14     "Ctrl-Q": "QuitAll",
     15     "Ctrl-R": "command-edit:replaceall ",
     16     "Ctrl-S": "Save",
     17     "Ctrl-T": "command:jumptag",
     18     "Ctrl-L": "command:linking",
     19     "Ctrl-U": "OutdentLine",
     20     "Ctrl-W": "Quit",
     21     "CtrlBackslash": "Redo",
     22     "CtrlP": "command:palettero",
     23     "CtrlUnderscore": "lua:comment.comment",
     24     "F3": "FindNext",
     25     "Ctrl-G": "FindNext",
     26     "F4": "command:jumptag",
     27     "F5": "lua:wc.wordCount",
     28     "OldBackspace": "DeleteWordLeft",
     29     "Alt-m": "MoveLinesDown",
     30     "Alt-p": "MoveLinesUp",
     31     "Alt-G": "CursorEnd",
     32     "Alt-b": "WordLeft",
     33     "Alt-0": "StartOfLine",
     34     "Alt-^": "StartOfText",
     35     "Alt-s": "Delete",
     36     "Alt-u": "Undo",
     37     "Alt-U": "Redo",
     38     "Alt-l": "CursorRight",
     39     "Alt-j": "CursorDown",
     40     "Alt-k": "CursorUp",
     41     "Alt-h": "CursorLeft",
     42 }