]> git.rmz.io Git - dotfiles.git/commitdiff
cgdb: remove config
authorSamir Benmendil <me@rmz.io>
Mon, 5 Oct 2020 13:24:12 +0000 (14:24 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 5 Oct 2020 13:24:12 +0000 (14:24 +0100)
Makefile
cgdb/.gitignore [deleted file]
cgdb/cgdbrc [deleted file]

index 8322336f41e9fb7eee8eda5cec89661e2027f000..e08bed2d5b5133affeaeb18fa2834dfa9a989b5d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,6 @@ gdb:
        mkdir $(XDG_DATA_HOME)/gdb
        ln -sfT $(APATH)/gdb $(XDG_CONFIG_HOME)/gdb
        ln -sfT $(APATH)/gdbinit ~/.gdbinit
-       ln -sfT $(APATH)/cgdb ~/.cgdb
 .PHONY: gdb
 
 git: $(XDG_CONFIG_HOME)
diff --git a/cgdb/.gitignore b/cgdb/.gitignore
deleted file mode 100644 (file)
index 3478386..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-logs
-readline_history.txt
diff --git a/cgdb/cgdbrc b/cgdb/cgdbrc
deleted file mode 100644 (file)
index fa2868a..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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<CR>
-map c :continue<CR>
-map f :finish<CR>
-map n :next<CR>
-map s :step<CR>
-
-map p ip<Space>