X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0c381aefdadf002c565fad61d882699554dc3810..05fdc4b5ecc0735e8eb0cd199f9d89ae9e029c3a:/cgdb/cgdbrc diff --git a/cgdb/cgdbrc b/cgdb/cgdbrc new file mode 100644 index 0000000..fa2868a --- /dev/null +++ b/cgdb/cgdbrc @@ -0,0 +1,30 @@ +# set autosourcereload +# set cgdbmodekey=ESC +# set color +# set debugwincolor +# set nodisasm +# set executinglinedisplay=longarrow +set hlsearch +set ignorecase +# set selectedlinedisplay=block +# set showmarks +# set noshowdebugcommands +# set syntax=on +# set timeout +# set timeoutlen=1000 +# set ttimeout +# set ttimeoutlen=100 +set tabstop=4 +# set winminheight=0 +# set winminwidth=0 +# set winsplit=even +# set winsplitorientation=horizontal +# set wrapscan + +map r :run +map c :continue +map f :finish +map n :next +map s :step + +map p ip